VirtualMachineScaleSetUpdateNetworkProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
ネットワーク構成の一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET