ManagedClusterAPIServerAccessProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ManagedClusterAPIServerAccessProfile() |
Initialisiert eine neue instance der ManagedClusterAPIServerAccessProfile-Klasse. |
ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String) |
Initialisiert eine neue instance der ManagedClusterAPIServerAccessProfile-Klasse. |
ManagedClusterAPIServerAccessProfile()
Initialisiert eine neue instance der ManagedClusterAPIServerAccessProfile-Klasse.
public ManagedClusterAPIServerAccessProfile ();
Public Sub New ()
Gilt für:
ManagedClusterAPIServerAccessProfile(IList<String>, Nullable<Boolean>, String)
Initialisiert eine neue instance der ManagedClusterAPIServerAccessProfile-Klasse.
public ManagedClusterAPIServerAccessProfile (System.Collections.Generic.IList<string> authorizedIPRanges = default, bool? enablePrivateCluster = default, string privateDNSZone = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAPIServerAccessProfile : System.Collections.Generic.IList<string> * Nullable<bool> * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAPIServerAccessProfile
Public Sub New (Optional authorizedIPRanges As IList(Of String) = Nothing, Optional enablePrivateCluster As Nullable(Of Boolean) = Nothing, Optional privateDNSZone As String = Nothing)
Parameter
Gibt an, ob der Cluster als privater Cluster erstellt werden soll.
- privateDNSZone
- String
Privater DNS-Zonenmodus für privaten Cluster.
Gilt für:
Azure SDK for .NET