BackendAddressPoolInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BackendAddressPoolInner() |
BackendAddressPoolInner クラスの新しいインスタンスを初期化します。 |
BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String) |
BackendAddressPoolInner クラスの新しいインスタンスを初期化します。 |
BackendAddressPoolInner()
BackendAddressPoolInner クラスの新しいインスタンスを初期化します。
public BackendAddressPoolInner ();
Public Sub New ()
適用対象
BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String)
BackendAddressPoolInner クラスの新しいインスタンスを初期化します。
public BackendAddressPoolInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource outboundRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner
Public Sub New (Optional id As String = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfigurationInner) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional outboundRule As SubResource = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
- backendIPConfigurations
- IList<NetworkInterfaceIPConfigurationInner>
ネットワーク インターフェイスで定義されている IP アドレスへの参照の配列。
- loadBalancingRules
- IList<SubResource>
このバックエンド アドレス プールを使用する負荷分散規則への参照の配列。
- outboundRule
- SubResource
このバックエンド アドレス プールを使用する送信規則への参照。
- outboundRules
- IList<SubResource>
このバックエンド アドレス プールを使用する送信規則への参照の配列。
- provisioningState
- ProvisioningState
バックエンド アドレス プール リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
ロード バランサーによって使用されるバックエンド アドレス プールのセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET