Partilhar via


IWithCreateBase Interface

Definição

O estágio base da definição de chave, permitindo que outras configurações opcionais sejam especificadas.

public interface IWithCreateBase : Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithAttributes, Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.KeyVault.Fluent.IKey>
type IWithCreateBase = interface
    interface ICreatable<IKey>
    interface IIndexable
    interface IWithAttributes
    interface IWithTags
Public Interface IWithCreateBase
Implements ICreatable(Of IKey), IWithAttributes, IWithTags
Derivado
Implementações

Propriedades

Key

O estágio base da definição de chave, permitindo que outras configurações opcionais sejam especificadas.

(Herdado de IIndexable)
Name

Obtém o nome do recurso creatável.

(Herdado de ICreatable<T>)

Métodos

Create()

Execute a solicitação de criação.

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

Coloca a solicitação na fila e permite que o cliente HTTP a execute quando os recursos do sistema estiverem disponíveis.

(Herdado de ICreatable<T>)
WithAttributes(Attributes)

Especifica os atributos da chave.

(Herdado de IWithAttributes)
WithTags(IDictionary<String,String>)

Especifica as marcas na chave.

(Herdado de IWithTags)

Aplica-se a