OpenShiftManagedClusterInner 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
OpenShiftManagedClusterInner() |
Initialisiert eine neue instance der OpenShiftManagedClusterInner-Klasse. |
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile) |
Initialisiert eine neue instance der OpenShiftManagedClusterInner-Klasse. |
OpenShiftManagedClusterInner()
Initialisiert eine neue instance der OpenShiftManagedClusterInner-Klasse.
public OpenShiftManagedClusterInner ();
Public Sub New ()
Gilt für:
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile)
Initialisiert eine neue instance der OpenShiftManagedClusterInner-Klasse.
public OpenShiftManagedClusterInner (string location, string openShiftVersion, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.PurchasePlan plan = default, string provisioningState = default, string clusterVersion = default, string publicHostname = default, string fqdn = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkProfile networkProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> routerProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile masterPoolProfile = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile authProfile = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ContainerService.Fluent.Models.PurchasePlan * string * string * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftRouterProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterMasterPoolProfile * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAgentPoolProfile> * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner
Public Sub New (location As String, openShiftVersion 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 plan As PurchasePlan = Nothing, Optional provisioningState As String = Nothing, Optional clusterVersion As String = Nothing, Optional publicHostname As String = Nothing, Optional fqdn As String = Nothing, Optional networkProfile As NetworkProfile = Nothing, Optional routerProfiles As IList(Of OpenShiftRouterProfile) = Nothing, Optional masterPoolProfile As OpenShiftManagedClusterMasterPoolProfile = Nothing, Optional agentPoolProfiles As IList(Of OpenShiftManagedClusterAgentPoolProfile) = Nothing, Optional authProfile As OpenShiftManagedClusterAuthProfile = Nothing)
Parameter
- location
- String
- openShiftVersion
- String
Version von OpenShift, die beim Erstellen des Clusters angegeben wurde.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
Definieren des Ressourcenplans wie von ARM für Abrechnungszwecke erforderlich
- provisioningState
- String
Der aktuelle Bereitstellungs- oder Bereitstellungsstatus, der nur in der Antwort angezeigt wird.
- clusterVersion
- String
Version von OpenShift, die beim Erstellen des Clusters angegeben wurde.
- publicHostname
- String
Vom Dienst generierter FQDN für den OpenShift-API-Server.
- fqdn
- String
Vom Dienst generierter FQDN für den internen Hostnamen des OpenShift-API-Servers.
- networkProfile
- NetworkProfile
Konfiguration für OpenShift-Netzwerk.
- routerProfiles
- IList<OpenShiftRouterProfile>
Konfiguration für OpenShift-Router.
- masterPoolProfile
- OpenShiftManagedClusterMasterPoolProfile
Konfiguration für OpenShift master-VMs.
- agentPoolProfiles
- IList<OpenShiftManagedClusterAgentPoolProfile>
Konfiguration von OpenShift-Cluster-VMs.
- authProfile
- OpenShiftManagedClusterAuthProfile
Konfiguriert die OpenShift-Authentifizierung.
Gilt für:
Azure SDK for .NET