Compartir a través de


IDefinition Interfaz

Definición

Interfaz de contenedor para todas las definiciones.

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

Propiedades

Key

Interfaz de contenedor para todas las definiciones.

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

Especifica el valor del secreto.

(Heredado de IWithValue)

Se aplica a