次の方法で共有


BackendAddressPool コンストラクター

定義

オーバーロード

BackendAddressPool()

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

BackendAddressPool(String, String, IList<GatewayLoadBalancerTunnelInterface>, IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, IList<SubResource>, String, Nullable<Int32>, String, String, String)

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

BackendAddressPool()

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

public BackendAddressPool ();
Public Sub New ()

適用対象

BackendAddressPool(String, String, IList<GatewayLoadBalancerTunnelInterface>, IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, IList<SubResource>, String, Nullable<Int32>, String, String, String)

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

public BackendAddressPool (string id = default, string location = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface> tunnelInterfaces = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerBackendAddress> loadBalancerBackendAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> loadBalancingRules = default, Microsoft.Azure.Management.Network.Models.SubResource outboundRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> inboundNatRules = default, string provisioningState = default, int? drainPeriodInSeconds = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.BackendAddressPool : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayLoadBalancerTunnelInterface> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerBackendAddress> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * 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 * Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Models.BackendAddressPool
Public Sub New (Optional id As String = Nothing, Optional location As String = Nothing, Optional tunnelInterfaces As IList(Of GatewayLoadBalancerTunnelInterface) = Nothing, Optional loadBalancerBackendAddresses As IList(Of LoadBalancerBackendAddress) = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional outboundRule As SubResource = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional drainPeriodInSeconds As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

location
String

バックエンド アドレス プールの場所。

tunnelInterfaces
IList<GatewayLoadBalancerTunnelInterface>

ゲートウェイ ロード バランサー トンネル インターフェイスの配列。

loadBalancerBackendAddresses
IList<LoadBalancerBackendAddress>

バックエンド アドレスの配列。

backendIPConfigurations
IList<NetworkInterfaceIPConfiguration>

ネットワーク インターフェイスで定義されている IP アドレスへの参照の配列。

loadBalancingRules
IList<SubResource>

このバックエンド アドレス プールを使用する負荷分散規則への参照の配列。

outboundRule
SubResource

このバックエンド アドレス プールを使用する送信規則への参照。

outboundRules
IList<SubResource>

このバックエンド アドレス プールを使用する送信規則への参照の配列。

inboundNatRules
IList<SubResource>

このバックエンド アドレス プールを使用する受信 NAT 規則への参照の配列。

provisioningState
String

バックエンド アドレス プール リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

drainPeriodInSeconds
Nullable<Int32>

クライアントとバックエンド アドレスに RESET を送信するまでに待機するLoad Balancer秒数。

name
String

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

etag
String

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

type
String

リソースの種類。

適用対象