Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerBackendAddressAdminState
Packages that use LoadBalancerBackendAddressAdminState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerBackendAddressAdminState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerBackendAddressAdminStateModifier and TypeMethodDescriptionLoadBalancerBackendAddressPropertiesFormat.adminState()Get the adminState property: A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type LoadBalancerBackendAddressAdminStateModifier and TypeMethodDescriptionLoadBalancerBackendAddressPropertiesFormat.withAdminState(LoadBalancerBackendAddressAdminState adminState) Set the adminState property: A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. -
Uses of LoadBalancerBackendAddressAdminState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as LoadBalancerBackendAddressAdminStateModifier and TypeFieldDescriptionstatic final LoadBalancerBackendAddressAdminStateLoadBalancerBackendAddressAdminState.DOWNStatic value Down for LoadBalancerBackendAddressAdminState.static final LoadBalancerBackendAddressAdminStateLoadBalancerBackendAddressAdminState.NONEStatic value None for LoadBalancerBackendAddressAdminState.static final LoadBalancerBackendAddressAdminStateLoadBalancerBackendAddressAdminState.UPStatic value Up for LoadBalancerBackendAddressAdminState.Methods in com.azure.resourcemanager.network.models that return LoadBalancerBackendAddressAdminStateModifier and TypeMethodDescriptionLoadBalancerBackendAddress.adminState()Get the adminState property: A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.LoadBalancerBackendAddressAdminState.fromString(String name) Creates or finds a LoadBalancerBackendAddressAdminState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerBackendAddressAdminStateModifier and TypeMethodDescriptionLoadBalancerBackendAddressAdminState.values()Gets known LoadBalancerBackendAddressAdminState values.Methods in com.azure.resourcemanager.network.models with parameters of type LoadBalancerBackendAddressAdminStateModifier and TypeMethodDescriptionLoadBalancerBackendAddress.withAdminState(LoadBalancerBackendAddressAdminState adminState) Set the adminState property: A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.