VirtualMachineScaleSetIPConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VirtualMachineScaleSetIPConfiguration() |
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。 |
VirtualMachineScaleSetIPConfiguration()
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetIPConfiguration();
Public Sub New ()
適用対象
VirtualMachineScaleSetIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetIPConfiguration(string name, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
パラメーター
- name
- String
IP 構成名。
- subnet
- ApiEntityReference
サブネットの識別子を指定します。
- publicIPAddressConfiguration
- VirtualMachineScaleSetPublicIPAddressConfiguration
publicIPAddressConfiguration。
- privateIPAddressVersion
- String
Api-Version 2017-03-30 以降で使用でき、特定の ipconfiguration が IPv4 か IPv6 かを表します。 既定値は IPv4 と見なされます。 使用可能な値は、'IPv4' と 'IPv6' です。 使用可能な値は、'IPv4'、'IPv6' です。
- applicationGatewayBackendAddressPools
- IList<SubResource>
アプリケーション ゲートウェイのバックエンド アドレス プールへの参照の配列を指定します。 スケール セットは、複数のアプリケーション ゲートウェイのバックエンド アドレス プールを参照できます。 複数のスケール セットで同じアプリケーション ゲートウェイを使用することはできません。
- applicationSecurityGroups
- IList<SubResource>
アプリケーション セキュリティ グループへの参照の配列を指定します。
- loadBalancerBackendAddressPools
- IList<SubResource>
ロード バランサーのバックエンド アドレス プールへの参照の配列を指定します。 スケール セットは、1 つのパブリック ロード バランサーと 1 つの内部ロード バランサーのバックエンド アドレス プールを参照できます。 複数のスケール セットで同じ Basic SKU ロード バランサーを使用することはできません。
- loadBalancerInboundNatPools
- IList<SubResource>
ロード バランサーの受信 Nat プールへの参照の配列を指定します。 スケール セットは、1 つのパブリック ロード バランサーと 1 つの内部ロード バランサーの受信 nat プールを参照できます。 複数のスケール セットで同じ Basic SKU ロード バランサーを使用することはできません。
適用対象
VirtualMachineScaleSetIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
VirtualMachineScaleSetIPConfiguration クラスの新しいインスタンスを初期化します。
public VirtualMachineScaleSetIPConfiguration(string name, string id, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration : string * string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Sub New (name As String, id As String, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
パラメーター
- name
- String
IP 構成名。
- id
- String
リソース ID
- subnet
- ApiEntityReference
サブネットの識別子を指定します。
- publicIPAddressConfiguration
- VirtualMachineScaleSetPublicIPAddressConfiguration
publicIPAddressConfiguration。
- privateIPAddressVersion
- String
Api-Version 2017-03-30 以降で使用でき、特定の ipconfiguration が IPv4 か IPv6 かを表します。 既定値は IPv4 と見なされます。 使用可能な値は、'IPv4' と 'IPv6' です。 使用可能な値は、'IPv4'、'IPv6' です。
- applicationGatewayBackendAddressPools
- IList<SubResource>
アプリケーション ゲートウェイのバックエンド アドレス プールへの参照の配列を指定します。 スケール セットは、複数のアプリケーション ゲートウェイのバックエンド アドレス プールを参照できます。 複数のスケール セットで同じアプリケーション ゲートウェイを使用することはできません。
- applicationSecurityGroups
- IList<SubResource>
アプリケーション セキュリティ グループへの参照の配列を指定します。
- loadBalancerBackendAddressPools
- IList<SubResource>
ロード バランサーのバックエンド アドレス プールへの参照の配列を指定します。 スケール セットは、1 つのパブリック ロード バランサーと 1 つの内部ロード バランサーのバックエンド アドレス プールを参照できます。 複数のスケール セットで同じ Basic SKU ロード バランサーを使用することはできません。
- loadBalancerInboundNatPools
- IList<SubResource>
ロード バランサーの受信 Nat プールへの参照の配列を指定します。 スケール セットは、1 つのパブリック ロード バランサーと 1 つの内部ロード バランサーの受信 nat プールを参照できます。 複数のスケール セットで同じ Basic SKU ロード バランサーを使用することはできません。
適用対象
Azure SDK for .NET