Freigeben über


ArmHDInsightContainersModelFactory.ClusterSshProfile(Int32, String) Methode

Definition

Initialisiert eine neue instance von ClusterSshProfile.

public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterSshProfile ClusterSshProfile (int count = 0, string podPrefix = default);
static member ClusterSshProfile : int * string -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterSshProfile
Public Shared Function ClusterSshProfile (Optional count As Integer = 0, Optional podPrefix As String = Nothing) As ClusterSshProfile

Parameter

count
Int32

Anzahl der SSH-Pods pro Cluster.

podPrefix
String

Präfix der Podnamen. Die Podnummer wird an das Präfix angefügt. Die Eingangs-URLs für die Pods sind unter clusterFqdn/sshBasePath>/<prefix-number>>< verfügbar.<><

Gibt zurück

Eine neue ClusterSshProfile instance zum Simulieren.

Gilt für: