Compartir a través de


IWithCreate Interfaz

Definición

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

public interface IWithCreate : Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IWithAttributes, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IWithContentType, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>
type IWithCreate = interface
    interface ICreatable<ISecret>
    interface IIndexable
    interface IWithContentType
    interface IWithAttributes
    interface IWithTags
Public Interface IWithCreate
Implements ICreatable(Of ISecret), IWithAttributes, IWithContentType, IWithTags
Derivado
Implementaciones

Propiedades

Key

Fase de la definición del secreto que contiene todas las entradas mínimas necesarias para crear el secreto, pero también permite especificar cualquier 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>)
WithAttributes(Attributes)

Especifica los atributos secretos.

(Heredado de IWithAttributes)
WithContentType(String)

Especifica el tipo de contenido secreto.

(Heredado de IWithContentType)
WithTags(IDictionary<String,String>)

Especifica las etiquetas del secreto.

(Heredado de IWithTags)

Se aplica a