次の方法で共有


BackendAddressPoolInner コンストラクター

定義

オーバーロード

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

リソースの種類。

適用対象