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.ContainerRegistry.Fluent.Registry.Definition.IWithAdminUserEnabled, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithWebhook, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>
type IWithCreate = interface
    interface ICreatable<IRegistry>
    interface IIndexable
    interface IWithAdminUserEnabled
    interface IWithWebhook
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements ICreatable(Of IRegistry), IDefinitionWithTags(Of IWithCreate), IWithAdminUserEnabled, IWithWebhook
Derivado
Implementaciones

Propiedades

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>)
DefineWebhook(String)

Comienza la definición de un nuevo webhook que se va a agregar a este registro de contenedor.

(Heredado de IWithWebhook)
WithRegistryNameAsAdminUser()

Habilite el usuario administrador.

(Heredado de IWithAdminUserEnabled)
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>)

Se aplica a