Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancer |
VirtualMachineScaleSet.getPrimaryInternalLoadBalancer() |
LoadBalancer |
VirtualMachineScaleSet.getPrimaryInternetFacingLoadBalancer() |
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithInternalLoadBalancerBackendOrNatPool |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer.withExistingPrimaryInternalLoadBalancer(LoadBalancer loadBalancer)
Specifies the internal load balancer whose backends and/or NAT pools can be assigned to the primary network
interface of the virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool |
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer.withExistingPrimaryInternalLoadBalancer(LoadBalancer loadBalancer)
Specifies the load balancer to be used as the internal load balancer for the virtual machines in the
scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies an Internet-facing load balancer whose backends and/or NAT pools can be assigned to the primary
network interfaces of the virtual machines in the scale set.
|
VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool |
VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
Specifies the load balancer to be used as the Internet-facing load balancer for the virtual machines in the
scale set.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Associates the network interface's primary IP configuration with a backend of an existing load balancer.
|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer backend to associate this IP configuration with.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NicIPConfiguration.Update |
NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer,
String backendName)
Specifies the load balancer to associate this IP configuration with.
|
NetworkInterface.DefinitionStages.WithCreate |
NetworkInterface.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.
|
NetworkInterface.Update |
NetworkInterface.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Associates the network interface's primary IP configuration with an inbound NAT rule of an existing load balancer.
|
NicIPConfiguration.DefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
NicIPConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
NicIPConfiguration.Update |
NicIPConfiguration.UpdateStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer,
String inboundNatRuleName)
Specifies the load balancer inbound NAT rule to associate this IP configuration with.
|
Copyright © 2019. All rights reserved.