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

42 строки
3.8 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
name: withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
nameWithType: VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
parameters:
- description: <p>an existing Internet-facing load balancer </p>
name: loadBalancer
type: <xref href="com.microsoft.azure.management.network.LoadBalancer?alt=com.microsoft.azure.management.network.LoadBalancer&text=LoadBalancer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of the definition </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool&text=VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool" data-throw-if-not-resolved="False"/>
summary: >-
<p>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. </p>
<p>By default, all the backends and inbound NAT pools of the load balancer will be associated with the primary network interface of the scale set virtual machines. </p>
<p></p>
syntax: public WithPrimaryInternetFacingLoadBalancerBackendOrNatPool withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer loadBalancer)
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withExistingPrimaryInternetFacingLoadBalancer(LoadBalancer)
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withoutPrimaryInternetFacingLoadBalancer()
name: withoutPrimaryInternetFacingLoadBalancer()
nameWithType: VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withoutPrimaryInternetFacingLoadBalancer()
returns:
description: <p>the next stage of the definition </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer&text=VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternalLoadBalancer" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies that no public load balancer should be associated with the virtual machine scale set.</p>
<p></p>
syntax: public WithPrimaryInternalLoadBalancer withoutPrimaryInternetFacingLoadBalancer()
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer.withoutPrimaryInternetFacingLoadBalancer()
nameWithType: VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
syntax: public interface WithPrimaryInternetFacingLoadBalancer
type: interface
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
name: VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer
package: com.microsoft.azure.management.compute
summary: <p>The stage of a virtual machine scale set definition allowing to specify an Internet-facing load balancer for the primary network interface of the virtual machines in the scale set. </p>
metadata: {}