FrontendIPConfigurationInner コンストラクター

定義

オーバーロード

FrontendIPConfigurationInner()

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

FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)

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

FrontendIPConfigurationInner()

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

public FrontendIPConfigurationInner ();
Public Sub New ()

適用対象

FrontendIPConfigurationInner(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, IPAllocationMethod, IPVersion, SubResource, SubResource, SubResource, ProvisioningState, String, String, String, IList<String>)

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

public FrontendIPConfigurationInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion privateIPAddressVersion = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPPrefix = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional inboundNatPools As IList(Of SubResource) = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing, Optional zones As IList(Of String) = Nothing)

パラメーター

id
String
inboundNatRules
IList<SubResource>

このフロントエンド IP を使用する受信規則への参照の配列。

inboundNatPools
IList<SubResource>

このフロントエンド IP を使用する受信プールへの参照の配列。

outboundRules
IList<SubResource>

このフロントエンド IP を使用する送信規則への参照の配列。

loadBalancingRules
IList<SubResource>

このフロントエンド IP を使用する負荷分散規則への参照の配列。

privateIPAddress
String

IP 構成のプライベート IP アドレス。

privateIPAllocationMethod
IPAllocationMethod

プライベート IP 割り当て方法。 使用可能な値は、'Static'、'Dynamic' です。

privateIPAddressVersion
IPVersion

特定の ipconfiguration が IPv4 か IPv6 かを指定します。 既定値は IPv4 と見なされます。 使用可能な値は、'IPv4'、'IPv6' です。

subnet
SubResource

サブネット リソースの参照。

publicIPAddress
SubResource

パブリック IP リソースの参照。

publicIPPrefix
SubResource

パブリック IP プレフィックス リソースの参照。

provisioningState
ProvisioningState

フロントエンド IP 構成リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

name
String

ロード バランサーによって使用されるフロントエンド IP 構成のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

type
String

リソースの種類。

zones
IList<String>

リソースに割り当てられた IP を示す可用性ゾーンの一覧は、取得元である必要があります。

適用対象