ManagedClusterLoadBalancerProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 リソース。
VM ごとに割り当てられた SNAT ポートの必要な数。 使用できる値は、0 ~ 64000 (含む) の範囲である必要があります。 既定値は 0 で、その結果、Azure によってポートが動的に割り当てられます。
必要な送信フローのアイドル タイムアウト (分単位)。 使用できる値は、4 ~ 120 (含む) の範囲である必要があります。 既定値は 30 分です。
適用対象
Azure SDK for .NET