Compartir a través de


IWithNetworkSubnet.WithExistingPrimaryNetworkSubnet(INetwork, String) Método

Definición

Asocie una subred de red virtual existente a la interfaz de red principal de las máquinas virtuales del conjunto de escalado.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancer WithExistingPrimaryNetworkSubnet (Microsoft.Azure.Management.Network.Fluent.INetwork network, string subnetName);
abstract member WithExistingPrimaryNetworkSubnet : Microsoft.Azure.Management.Network.Fluent.INetwork * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithPrimaryInternetFacingLoadBalancer
Public Function WithExistingPrimaryNetworkSubnet (network As INetwork, subnetName As String) As IWithPrimaryInternetFacingLoadBalancer

Parámetros

network
INetwork

Una red virtual existente.

subnetName
String

Nombre de la subred.

Devoluciones

Se aplica a