次の方法で共有


ManagedClusterLoadBalancerProfile コンストラクター

定義

オーバーロード

ManagedClusterLoadBalancerProfile()

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

ManagedClusterLoadBalancerProfile(ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, IList<ResourceReference>, Nullable<Int32>, Nullable<Int32>)

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

ManagedClusterLoadBalancerProfile()

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

public ManagedClusterLoadBalancerProfile();
Public Sub New ()

適用対象

ManagedClusterLoadBalancerProfile(ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, IList<ResourceReference>, Nullable<Int32>, Nullable<Int32>)

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

public ManagedClusterLoadBalancerProfile(Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceReference> effectiveOutboundIPs = default, int? allocatedOutboundPorts = default, int? idleTimeoutInMinutes = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPPrefixes * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileOutboundIPs * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ResourceReference> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfile
Public Sub New (Optional managedOutboundIPs As ManagedClusterLoadBalancerProfileManagedOutboundIPs = Nothing, Optional outboundIPPrefixes As ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Nothing, Optional outboundIPs As ManagedClusterLoadBalancerProfileOutboundIPs = Nothing, Optional effectiveOutboundIPs As IList(Of ResourceReference) = Nothing, Optional allocatedOutboundPorts As Nullable(Of Integer) = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing)

パラメーター

managedOutboundIPs
ManagedClusterLoadBalancerProfileManagedOutboundIPs

クラスター ロード バランサーに必要なマネージド送信 IP。

outboundIPPrefixes
ManagedClusterLoadBalancerProfileOutboundIPPrefixes

クラスター ロード バランサーに必要な送信 IP プレフィックス リソース。

outboundIPs
ManagedClusterLoadBalancerProfileOutboundIPs

クラスター ロード バランサーに必要な送信 IP リソース。

effectiveOutboundIPs
IList<ResourceReference>

クラスター ロード バランサーの有効な送信 IP リソース。

allocatedOutboundPorts
Nullable<Int32>

VM ごとに割り当てられた SNAT ポートの必要な数。 使用できる値は、0 ~ 64000 (含む) の範囲である必要があります。 既定値は 0 で、その結果、Azure によってポートが動的に割り当てられます。

idleTimeoutInMinutes
Nullable<Int32>

必要な送信フローのアイドル タイムアウト (分単位)。 使用できる値は、4 ~ 120 (含む) の範囲である必要があります。 既定値は 30 分です。

適用対象