次の方法で共有


ManagedCluster コンストラクター

定義

オーバーロード

ManagedCluster()

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

ManagedCluster(String, String, String, String, String, String, IDictionary<String,String>, String, SystemData, String, String, String, String, IList<String>, Nullable<Int32>, Nullable<Int32>, String, IList<LoadBalancingRule>, Nullable<Boolean>, IList<NetworkSecurityRule>, IList<ClientCertificate>, AzureActiveDirectory, IList<SettingsSectionDescription>, String, String, String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, ApplicationTypeVersionsCleanupPolicy, Sku)

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

ManagedCluster()

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

public ManagedCluster();
Public Sub New ()

適用対象

ManagedCluster(String, String, String, String, String, String, IDictionary<String,String>, String, SystemData, String, String, String, String, IList<String>, Nullable<Int32>, Nullable<Int32>, String, IList<LoadBalancingRule>, Nullable<Boolean>, IList<NetworkSecurityRule>, IList<ClientCertificate>, AzureActiveDirectory, IList<SettingsSectionDescription>, String, String, String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, ApplicationTypeVersionsCleanupPolicy, Sku)

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

public ManagedCluster(string location, string dnsName, string adminUserName, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData systemData = default, string fqdn = default, string ipv4Address = default, string clusterId = default, string clusterState = default, System.Collections.Generic.IList<string> clusterCertificateThumbprints = default, int? clientConnectionPort = default, int? httpGatewayConnectionPort = default, string adminPassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule> loadBalancingRules = default, bool? allowRdpAccess = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> networkSecurityRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate> clients = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory azureActiveDirectory = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription> fabricSettings = default, string provisioningState = default, string clusterCodeVersion = default, string clusterUpgradeMode = default, string clusterUpgradeCadence = default, System.Collections.Generic.IList<string> addonFeatures = default, bool? enableAutoOSUpgrade = default, bool? zonalResiliency = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy applicationTypeVersionsCleanupPolicy = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku sku = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<int> * Nullable<int> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.LoadBalancingRule> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NetworkSecurityRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ClientCertificate> * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.AzureActiveDirectory * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SettingsSectionDescription> * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeVersionsCleanupPolicy * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Sku -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster
Public Sub New (location As String, dnsName As String, adminUserName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing, Optional fqdn As String = Nothing, Optional ipv4Address As String = Nothing, Optional clusterId As String = Nothing, Optional clusterState As String = Nothing, Optional clusterCertificateThumbprints As IList(Of String) = Nothing, Optional clientConnectionPort As Nullable(Of Integer) = Nothing, Optional httpGatewayConnectionPort As Nullable(Of Integer) = Nothing, Optional adminPassword As String = Nothing, Optional loadBalancingRules As IList(Of LoadBalancingRule) = Nothing, Optional allowRdpAccess As Nullable(Of Boolean) = Nothing, Optional networkSecurityRules As IList(Of NetworkSecurityRule) = Nothing, Optional clients As IList(Of ClientCertificate) = Nothing, Optional azureActiveDirectory As AzureActiveDirectory = Nothing, Optional fabricSettings As IList(Of SettingsSectionDescription) = Nothing, Optional provisioningState As String = Nothing, Optional clusterCodeVersion As String = Nothing, Optional clusterUpgradeMode As String = Nothing, Optional clusterUpgradeCadence As String = Nothing, Optional addonFeatures As IList(Of String) = Nothing, Optional enableAutoOSUpgrade As Nullable(Of Boolean) = Nothing, Optional zonalResiliency As Nullable(Of Boolean) = Nothing, Optional applicationTypeVersionsCleanupPolicy As ApplicationTypeVersionsCleanupPolicy = Nothing, Optional sku As Sku = Nothing)

パラメーター

location
String

Azure リソースの場所。

dnsName
String

クラスターの DNS 名。

adminUserName
String

VM 管理者のユーザー名。

id
String

Azure リソース識別子。

name
String

Azure リソース名。

type
String

Azure リソースの種類。

tags
IDictionary<String,String>

Azure リソース タグ。

etag
String

Azure リソース etag。

systemData
SystemData
fqdn
String

クラスターのパブリック ロード バランサーに関連付けられている完全修飾ドメイン名。

ipv4Address
String

クラスターのパブリック ロード バランサーに関連付けられている IPv4 アドレス。

clusterId
String

クラスター リソースのサービスによって生成された一意識別子。

clusterState
String

クラスターの現在の状態。 使用可能な値は、'WaitingForNodes'、'Deploying'、'BaselineUpgrade'、'Upgradeing'、'UpgradeFailed'、'Ready' です。

clusterCertificateThumbprints
IList<String>

クラスター証明書の拇印の一覧。

clientConnectionPort
Nullable<Int32>

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

httpGatewayConnectionPort
Nullable<Int32>

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

adminPassword
String

VM 管理者ユーザー パスワード。

loadBalancingRules
IList<LoadBalancingRule>

クラスターのパブリック ロード バランサーに適用される負荷分散規則。

allowRdpAccess
Nullable<Boolean>

これを true に設定すると、VM への RDP アクセスが有効になります。 既定の NSG 規則では、カスタム ネットワーク セキュリティ規則でオーバーライドできるインターネットへの RDP ポートが開きます。 この設定の既定値は false です。

networkSecurityRules
IList<NetworkSecurityRule>

クラスターの仮想ネットワークに適用されるカスタム ネットワーク セキュリティ規則。

clients
IList<ClientCertificate>

クラスターの管理が許可されているクライアント証明書。

azureActiveDirectory
AzureActiveDirectory

クラスターの AAD 認証設定。

fabricSettings
IList<SettingsSectionDescription>

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

provisioningState
String

マネージド クラスター リソースのプロビジョニング状態。 指定できる値は、'None'、'Creating'、'Created'、'Updating'、'Succeeded'、'Failed'、'Canceled'、'Deleted'、'Other' です。

clusterCodeVersion
String

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

clusterUpgradeMode
String

使用可能な値は、'Automatic'、'Manual' です。

clusterUpgradeCadence
String

新しいクラスター ランタイム バージョンのアップグレードがリリース後に適用されるタイミングを示します。 既定では Wave0 です。 clusterUpgradeMode が 'Automatic' に設定されている場合にのみ適用されます。 使用可能な値は、'Wave0'、'Wave1'、'Wave2' です。

addonFeatures
IList<String>

クラスターで有効にするアドオン機能の一覧。

enableAutoOSUpgrade
Nullable<Boolean>

これを true に設定すると、バージョン 'latest' のプラットフォーム OS イメージを使用して作成されたノードの種類に対する OS の自動アップグレードが有効になります。 この設定の既定値は false です。

zonalResiliency
Nullable<Boolean>

クラスターにゾーンの回復性があるかどうかを示します。

applicationTypeVersionsCleanupPolicy
ApplicationTypeVersionsCleanupPolicy

未使用のバージョンをクリーンするために使用されるポリシー。

sku
Sku

マネージド クラスターの SKU

適用対象