次の方法で共有


VirtualMachineScaleSetUpdateNetworkProfile コンストラクター

定義

オーバーロード

VirtualMachineScaleSetUpdateNetworkProfile()

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

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

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

VirtualMachineScaleSetUpdateNetworkProfile()

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

public VirtualMachineScaleSetUpdateNetworkProfile();
Public Sub New ()

適用対象

VirtualMachineScaleSetUpdateNetworkProfile(ApiEntityReference, IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>)

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

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

パラメーター

healthProbe
ApiEntityReference

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

networkInterfaceConfigurations
IList<VirtualMachineScaleSetUpdateNetworkConfigurationInner>

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

適用対象