次の方法で共有


ManagedClusterLoadBalancerProfileManagedOutboundIPs コンストラクター

定義

オーバーロード

ManagedClusterLoadBalancerProfileManagedOutboundIPs()

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

ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

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

ManagedClusterLoadBalancerProfileManagedOutboundIPs()

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

public ManagedClusterLoadBalancerProfileManagedOutboundIPs();
Public Sub New ()

適用対象

ManagedClusterLoadBalancerProfileManagedOutboundIPs(Nullable<Int32>)

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

public ManagedClusterLoadBalancerProfileManagedOutboundIPs(int? count = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs : Nullable<int> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterLoadBalancerProfileManagedOutboundIPs
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

パラメーター

count
Nullable<Int32>

クラスター ロード バランサー用に Azure によって作成または管理される送信 IP の必要な数。 使用できる値は、1 ~ 100 (含む) の範囲である必要があります。 既定値は 1 です。

適用対象