OpenShiftManagedClusterInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
OpenShiftManagedClusterInner() |
Inicializa uma nova instância da classe OpenShiftManagedClusterInner. |
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile) |
Inicializa uma nova instância da classe OpenShiftManagedClusterInner. |
OpenShiftManagedClusterInner()
Inicializa uma nova instância da classe OpenShiftManagedClusterInner.
public OpenShiftManagedClusterInner ();
Public Sub New ()
Aplica-se a
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile)
Inicializa uma nova instância da classe OpenShiftManagedClusterInner.
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)
Parâmetros
- location
- String
- openShiftVersion
- String
Versão do OpenShift especificada ao criar o cluster.
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- plan
- PurchasePlan
Definir o plano de recursos conforme exigido pelo ARM para fins de cobrança
- provisioningState
- String
O estado de implantação ou provisionamento atual, que aparece apenas na resposta.
- clusterVersion
- String
Versão do OpenShift especificada ao criar o cluster.
- publicHostname
- String
FQDN gerado pelo serviço para o servidor de API do OpenShift.
- fqdn
- String
FQDN gerado pelo serviço para o nome do host interno do servidor de API do OpenShift.
- networkProfile
- NetworkProfile
Configuração de rede do OpenShift.
- routerProfiles
- IList<OpenShiftRouterProfile>
Configuração para roteadores OpenShift.
- masterPoolProfile
- OpenShiftManagedClusterMasterPoolProfile
Configuração para VMs master Do OpenShift.
- agentPoolProfiles
- IList<OpenShiftManagedClusterAgentPoolProfile>
Configuração de VMs de cluster do OpenShift.
- authProfile
- OpenShiftManagedClusterAuthProfile
Configura a autenticação do OpenShift.
Aplica-se a
Azure SDK for .NET