Compartir a través de


IWithCreate Interfaz

Definición

Fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso, pero también permite especificar cualquier otra configuración opcional.

public interface IWithCreate : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAddOnProfiles, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithNetworkProfile, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVirtualNode, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>
type IWithCreate = interface
    interface ICreatable<IKubernetesCluster>
    interface IIndexable
    interface IWithNetworkProfile
    interface IBeta
    interface IWithDnsPrefix
    interface IWithAddOnProfiles
    interface IWithAddOnProfilesBeta
    interface IWithVirtualNode
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IKubernetesCluster), IDefinitionWithTags(Of IWithCreate), IWithAddOnProfiles, IWithDnsPrefix, IWithNetworkProfile, IWithVirtualNode
Derivado
Implementaciones

Propiedades

DefineNetworkProfile

Obtiene Begins the definition of a network profile to be attached to the Kubernetes cluster.

(Heredado de IWithNetworkProfile)
Key

Fase de la definición que contiene todas las entradas mínimas necesarias para crear el recurso, pero también permite especificar cualquier otra configuración opcional.

(Heredado de IIndexable)
Name

Obtiene el nombre del recurso que se puede crear.

(Heredado de ICreatable<T>)

Métodos

Create()

Ejecute la solicitud de creación.

(Heredado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca la solicitud en la cola y permite que el cliente HTTP lo ejecute cuando los recursos del sistema estén disponibles.

(Heredado de ICreatable<T>)
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>)

Novedades los perfiles del complemento del clúster.

(Heredado de IWithAddOnProfilesBeta)
WithDnsPrefix(String)

Especifica el prefijo DNS que se va a usar para crear el FQDN para el grupo maestro.

(Heredado de IWithDnsPrefix)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IDefinitionWithTags<T>)
WithVirtualNode(String)

Crea un nodo virtual con ACI. IMPORTANTE: Se debe llamar a este método después de "WithAddOnProfiles".

(Heredado de IWithVirtualNode)

Se aplica a