Compartir a través de


IWithCreate Interfaz

Definición

La fase de la definición de clave que contiene todas las entradas mínimas necesarias para la clave que se van a crear, pero también permite especificar cualquier otra configuración opcional.

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

Propiedades

Key

La fase de la definición de clave que contiene todas las entradas mínimas necesarias para la clave que se van a crear, 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>)
WithAttributes(Attributes)

Especifica los atributos de la clave.

(Heredado de IWithAttributes)
WithKeyOperations(IList<JsonWebKeyOperation>)

Especifica la lista de operaciones de clave permitidas. De forma predeterminada, se permiten todas las operaciones.

(Heredado de IWithKeyOperations)
WithKeyOperations(JsonWebKeyOperation[])

Especifica la lista de operaciones de clave permitidas. De forma predeterminada, se permiten todas las operaciones.

(Heredado de IWithKeyOperations)
WithKeySize(Int32)

Especifica el tamaño de la clave que se va a crear.

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

Especifica las etiquetas de la clave.

(Heredado de IWithTags)

Se aplica a