azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

41 строка
3.9 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithBackend.defineBackend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe.defineHttpProbe(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatPool.defineInboundNatPool(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatRule.defineInboundNatRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithLoadBalancingRule.defineLoadBalancingRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPrivateFrontend.definePrivateFrontend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPublicFrontend.definePublicFrontend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe.defineTcpProbe(String)
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithBackend.updateBackend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe.updateHttpProbe(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatPool.updateInboundNatPool(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatRule.updateInboundNatRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithLoadBalancingRule.updateLoadBalancingRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPrivateFrontend.updatePrivateFrontend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPublicFrontend.updatePublicFrontend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe.updateTcpProbe(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithBackend.withoutBackend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithPublicFrontend.withoutFrontend(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatPool.withoutInboundNatPool(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithInboundNatRule.withoutInboundNatRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithLoadBalancingRule.withoutLoadBalancingRule(String)
- com.microsoft.azure.management.network.LoadBalancer.UpdateStages.WithProbe.withoutProbe(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withoutTag(String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTags(Map<String, String>)
nameWithType: LoadBalancer.Update
syntax: public interface Update extends Appliable<LoadBalancer>,Resource.UpdateWithTags<Update>,LoadBalancer.UpdateStages.WithProbe,LoadBalancer.UpdateStages.WithBackend,LoadBalancer.UpdateStages.WithLoadBalancingRule,LoadBalancer.UpdateStages.WithPublicFrontend,LoadBalancer.UpdateStages.WithPrivateFrontend,LoadBalancer.UpdateStages.WithInboundNatRule,LoadBalancer.UpdateStages.WithInboundNatPool
type: interface
uid: com.microsoft.azure.management.network.LoadBalancer.Update
fullName: com.microsoft.azure.management.network.LoadBalancer.Update
name: LoadBalancer.Update
package: com.microsoft.azure.management.network
summary: <p>The template for a load balancer update operation, containing all the settings that can be modified. </p>
metadata: {}