次の方法で共有


VirtualMachineScaleSetUpdateNetworkProfile コンストラクター

定義

オーバーロード

VirtualMachineScaleSetUpdateNetworkProfile()

VirtualMachineScaleSetUpdateNetworkProfile クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)

VirtualMachineScaleSetUpdateNetworkProfile クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetUpdateNetworkProfile()

VirtualMachineScaleSetUpdateNetworkProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetUpdateNetworkProfile();
Public Sub New ()

適用対象

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfiguration>, String)

VirtualMachineScaleSetUpdateNetworkProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetUpdateNetworkProfile(Microsoft.Azure.Management.Compute.Models.ApiEntityReference healthProbe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> networkInterfaceConfigurations = default, string networkApiVersion = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile : Microsoft.Azure.Management.Compute.Models.ApiEntityReference * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkConfiguration> * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateNetworkProfile
Public Sub New (Optional healthProbe As ApiEntityReference = Nothing, Optional networkInterfaceConfigurations As IList(Of VirtualMachineScaleSetUpdateNetworkConfiguration) = Nothing, Optional networkApiVersion As String = Nothing)

パラメーター

healthProbe
ApiEntityReference

仮想マシン スケール セット内のインスタンスの正常性を判断するために使用されるロード バランサー プローブへの参照。 参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}' の形式になります。

networkInterfaceConfigurations
IList<VirtualMachineScaleSetUpdateNetworkConfiguration>

ネットワーク構成の一覧。

networkApiVersion
String

は、オーケストレーション モード 'フレキシブル' を使用して仮想マシン スケール セットのネットワーク インターフェイス構成でネットワーク リソースを作成するときに使用される Microsoft.Network API バージョンを指定します。 使用可能な値は次のとおりです: '2020-11-01'

適用対象