FrontendIPConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FrontendIPConfiguration() |
FrontendIPConfiguration クラスの新しいインスタンスを初期化します。 |
FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, SubResource, String, String, String, String, IList<String>) |
FrontendIPConfiguration クラスの新しいインスタンスを初期化します。 |
FrontendIPConfiguration()
FrontendIPConfiguration クラスの新しいインスタンスを初期化します。
public FrontendIPConfiguration();
Public Sub New ()
適用対象
FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, SubResource, String, String, String, String, IList<String>)
FrontendIPConfiguration クラスの新しいインスタンスを初期化します。
public FrontendIPConfiguration(string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> loadBalancingRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, Microsoft.Azure.Management.Network.Models.PublicIPAddress publicIPAddress = default, Microsoft.Azure.Management.Network.Models.SubResource publicIPPrefix = default, Microsoft.Azure.Management.Network.Models.SubResource gatewayLoadBalancer = default, string provisioningState = default, string name = default, string etag = default, string type = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Microsoft.Azure.Management.Network.Models.PublicIPAddress * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration
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 String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional gatewayLoadBalancer As SubResource = Nothing, Optional provisioningState As String = 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
リソースの ID
- inboundNatRules
- IList<SubResource>
このフロントエンド IP を使用する受信規則への参照の配列。
- inboundNatPools
- IList<SubResource>
このフロントエンド IP を使用する受信プールへの参照の配列。
- outboundRules
- IList<SubResource>
このフロントエンド IP を使用する送信規則への参照の配列。
- loadBalancingRules
- IList<SubResource>
このフロントエンド IP を使用する負荷分散規則への参照の配列。
- privateIPAddress
- String
IP 構成のプライベート IP アドレス。
- privateIPAllocationMethod
- String
プライベート IP 割り当て方法。 使用可能な値は、'Static'、'Dynamic' です。
- privateIPAddressVersion
- String
特定の ipconfiguration が IPv4 か IPv6 かを指定します。 既定値は IPv4 と見なされます。 使用可能な値は、'IPv4'、'IPv6' です。
- subnet
- Subnet
サブネット リソースへの参照。
- publicIPAddress
- PublicIPAddress
パブリック IP リソースへの参照。
- publicIPPrefix
- SubResource
パブリック IP プレフィックス リソースへの参照。
- gatewayLoadBalancer
- SubResource
ゲートウェイ ロード バランサーのフロントエンド IP への参照。
- provisioningState
- String
フロントエンド IP 構成リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
ロード バランサーによって使用されるフロントエンド IP 構成のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET