次の方法で共有


ManagedClusterUpdateParameters コンストラクター

定義

オーバーロード

ManagedClusterUpdateParameters()

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

ManagedClusterUpdateParameters(Nullable<Int32>, Nullable<Int32>, IList<LoadBalancingRule>, IList<ClientCertificate>, AzureActiveDirectory, IList<SettingsSectionDescription>, String, String, ClusterUpgradePolicy, Nullable<Int32>, IDictionary<String,String>)

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

ManagedClusterUpdateParameters()

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

public ManagedClusterUpdateParameters();
Public Sub New ()

適用対象

ManagedClusterUpdateParameters(Nullable<Int32>, Nullable<Int32>, IList<LoadBalancingRule>, IList<ClientCertificate>, AzureActiveDirectory, IList<SettingsSectionDescription>, String, String, ClusterUpgradePolicy, Nullable<Int32>, IDictionary<String,String>)

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

public ManagedClusterUpdateParameters(int? clientConnectionPort = default, int? httpGatewayConnectionPort = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.LoadBalancingRule> loadBalancingRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificate> clients = default, Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory azureActiveDirectory = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription> fabricSettings = default, string clusterCodeVersion = default, string clusterUpgradeMode = default, Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy clusterUpgradeDescription = default, int? reverseProxyEndpointPort = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ManagedClusterUpdateParameters : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.LoadBalancingRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificate> * Microsoft.Azure.Management.ServiceFabric.Models.AzureActiveDirectory * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription> * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy * Nullable<int> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ServiceFabric.Models.ManagedClusterUpdateParameters
Public Sub New (Optional clientConnectionPort As Nullable(Of Integer) = Nothing, Optional httpGatewayConnectionPort As Nullable(Of Integer) = Nothing, Optional loadBalancingRules As IList(Of LoadBalancingRule) = Nothing, Optional clients As IList(Of ClientCertificate) = Nothing, Optional azureActiveDirectory As AzureActiveDirectory = Nothing, Optional fabricSettings As IList(Of SettingsSectionDescription) = Nothing, Optional clusterCodeVersion As String = Nothing, Optional clusterUpgradeMode As String = Nothing, Optional clusterUpgradeDescription As ClusterUpgradePolicy = Nothing, Optional reverseProxyEndpointPort As Nullable(Of Integer) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

clientConnectionPort
Nullable<Int32>

クラスターへのクライアント接続に使用されるポート。

httpGatewayConnectionPort
Nullable<Int32>

クラスターへの http 接続に使用されるポート。

loadBalancingRules
IList<LoadBalancingRule>

負荷分散規則について説明します。

clients
IList<ClientCertificate>

クラスターのクライアント証明書。

azureActiveDirectory
AzureActiveDirectory

Azure Active Directory。

fabricSettings
IList<SettingsSectionDescription>

クラスターを構成するためのカスタム ファブリック設定の一覧。

clusterCodeVersion
String

クラスターの Service Fabric ランタイム バージョン。 このプロパティは、 upgradeMode が 'Manual' に設定されている場合にユーザーを設定することによってのみ実行できます。 新しいクラスターで使用可能な Service Fabric バージョンの一覧を取得するには、 ClusterVersion API を使用します。 既存のクラスターで使用可能なバージョンの一覧を取得するには、 availableClusterVersions を使用します

clusterUpgradeMode
String

新しい Service Fabric ランタイム バージョンが使用可能な場合のクラスターのアップグレード モード。

         - Automatic - The cluster will be automatically upgraded to the
         latest Service Fabric runtime version as soon as it is available.
         - Manual - The cluster will not be automatically upgraded to the
         latest Service Fabric runtime version. The cluster is upgraded by
         setting the **clusterCodeVersion** property in the cluster
         resource.
         . Possible values include: 'Automatic', 'Manual'
clusterUpgradeDescription
ClusterUpgradePolicy

クラスターのアップグレード時に使用されるポリシーについて説明します。

reverseProxyEndpointPort
Nullable<Int32>

リバース プロキシで使用されるエンドポイント。

tags
IDictionary<String,String>

マネージド クラスターの更新パラメーター

適用対象