Freigeben über


ManagedCluster Konstruktoren

Definition

Überlädt

ManagedCluster()

Initialisiert eine neue instance der ManagedCluster-Klasse.

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

Initialisiert eine neue instance der ManagedCluster-Klasse.

ManagedCluster()

Initialisiert eine neue instance der ManagedCluster-Klasse.

public ManagedCluster ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ManagedCluster-Klasse.

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, string fqdn = default, string clusterId = default, string clusterState = default, string clusterCertificateThumbprint = default, int? clientConnectionPort = default, int? httpGatewayConnectionPort = default, string adminPassword = 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, bool? useTestExtension = default, string provisioningState = default, string clusterCodeVersion = default, string clusterUpgradeMode = default, Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy clusterUpgradeDescription = default, int? reverseProxyEndpointPort = default, Microsoft.Azure.Management.ServiceFabric.Models.Sku sku = default);
new Microsoft.Azure.Management.ServiceFabric.Models.ManagedCluster : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * Nullable<int> * Nullable<int> * string * 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> * Nullable<bool> * string * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ClusterUpgradePolicy * Nullable<int> * Microsoft.Azure.Management.ServiceFabric.Models.Sku -> Microsoft.Azure.Management.ServiceFabric.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 fqdn As String = Nothing, Optional clusterId As String = Nothing, Optional clusterState As String = Nothing, Optional clusterCertificateThumbprint As 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 clients As IList(Of ClientCertificate) = Nothing, Optional azureActiveDirectory As AzureActiveDirectory = Nothing, Optional fabricSettings As IList(Of SettingsSectionDescription) = Nothing, Optional useTestExtension As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional clusterCodeVersion As String = Nothing, Optional clusterUpgradeMode As String = Nothing, Optional clusterUpgradeDescription As ClusterUpgradePolicy = Nothing, Optional reverseProxyEndpointPort As Nullable(Of Integer) = Nothing, Optional sku As Sku = Nothing)

Parameter

location
String

Azure-Ressourcenstandort.

dnsName
String

Der DNS-Name des Clusters.

adminUserName
String

Vm-Administratorbenutzername.

id
String

Azure-Ressourcenbezeichner.

name
String

Name der Azure-Ressource.

type
String

Azure-Ressourcentyp.

tags
IDictionary<String,String>

Azure-Ressourcentags.

etag
String

Etag für Azure-Ressourcen.

fqdn
String

Der vollqualifizierte Domänenname des Clusters.

clusterId
String

Ein dienst generierter eindeutiger Bezeichner für die Clusterressource.

clusterState
String

Der aktuelle Status des Clusters.

         - WaitingForNodes - Indicates that the cluster resource is created
         and the resource provider is waiting for Service Fabric VM
         extension to boot up and report to it.
         - Deploying - Indicates that the Service Fabric runtime is being
         installed on the VMs. Cluster resource will be in this state until
         the cluster boots up and system services are up.
         - BaselineUpgrade - Indicates that the cluster is upgrading to
         establishes the cluster version. This upgrade is automatically
         initiated when the cluster boots up for the first time.
         - UpdatingUserConfiguration - Indicates that the cluster is being
         upgraded with the user provided configuration.
         - UpdatingUserCertificate - Indicates that the cluster is being
         upgraded with the user provided certificate.
         - UpdatingInfrastructure - Indicates that the cluster is being
         upgraded with the latest Service Fabric runtime version. This
         happens only when the **upgradeMode** is set to 'Automatic'.
         - EnforcingClusterVersion - Indicates that cluster is on a
         different version than expected and the cluster is being upgraded
         to the expected version.
         - UpgradeServiceUnreachable - Indicates that the system service in
         the cluster is no longer polling the Resource Provider. Clusters in
         this state cannot be managed by the Resource Provider.
         - AutoScale - Indicates that the ReliabilityLevel of the cluster is
         being adjusted.
         - Ready - Indicates that the cluster is in a stable state.
         . Possible values include: 'WaitingForNodes', 'Deploying',
         'BaselineUpgrade', 'UpdatingUserConfiguration',
         'UpdatingUserCertificate', 'UpdatingInfrastructure',
         'EnforcingClusterVersion', 'UpgradeServiceUnreachable',
         'AutoScale', 'Ready'
clusterCertificateThumbprint
String

Der Fingerabdruck des Clusterzertifikats verwendet die Kommunikation zwischen Knoten.

clientConnectionPort
Nullable<Int32>

Der Port, der für Clientverbindungen mit dem Cluster verwendet wird.

httpGatewayConnectionPort
Nullable<Int32>

Der Port, der für HTTP-Verbindungen mit dem Cluster verwendet wird.

adminPassword
String

Vm-Administratorbenutzerkennwort.

loadBalancingRules
IList<LoadBalancingRule>

Beschreibt Lastenausgleichsregeln.

clients
IList<ClientCertificate>

Clientzertifikate für den Cluster.

azureActiveDirectory
AzureActiveDirectory

Azure Active Directory.

fabricSettings
IList<SettingsSectionDescription>

Die Liste der benutzerdefinierten Fabriceinstellungen zum Konfigurieren des Clusters.

useTestExtension
Nullable<Boolean>

Verwenden Sie die Service Fabric-Test-VM-Erweiterung, standardmäßig ist sie false.

provisioningState
String

Der Bereitstellungsstatus der verwalteten Clusterressource. Mögliche Werte: "None", "Creating", "Created", "Updating", "Succeeded", "Failed", "Canceled", "Delete", "Deleted", "Other"

clusterCodeVersion
String

Die Service Fabric-Laufzeitversion des Clusters. Diese Eigenschaft kann nur durch Festlegen des Benutzers festgelegt werden, wenn upgradeMode auf "Manuell" festgelegt ist. Verwenden Sie die ClusterVersion-API, um eine Liste der verfügbaren Service Fabric-Versionen für neue Cluster abzurufen. Verwenden Sie availableClusterVersions, um die Liste der verfügbaren Versionen für vorhandene Cluster abzurufen.

clusterUpgradeMode
String

Der Upgrademodus des Clusters, wenn eine neue Service Fabric-Laufzeitversion verfügbar ist.

         - 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

Beschreibt die Richtlinie, die beim Upgraden des Clusters verwendet wird.

reverseProxyEndpointPort
Nullable<Int32>

Der vom Reverseproxy verwendete Endpunkt.

sku
Sku

Die SKU des verwalteten Clusters

Gilt für: