Compartir a través de


IUpdate Interfaz

Definición

Plantilla para una operación de actualización secreta, que contiene toda la configuración que se puede modificar.

public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithAttributes, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithContentType, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithTags, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithValue, Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IWithVersion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.ISecret>
type IUpdate = interface
    interface IAppliable<ISecret>
    interface IIndexable
    interface IWithValue
    interface IWithVersion
    interface IWithAttributes
    interface IWithContentType
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of ISecret), IWithAttributes, IWithContentType, IWithTags, IWithValue, IWithVersion
Implementaciones

Propiedades

Key

Plantilla para una operación de actualización secreta, que contiene toda la configuración que se puede modificar.

(Heredado de IIndexable)

Métodos

Apply()

Ejecute la solicitud de actualización.

(Heredado de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Ejecute la solicitud de actualización de forma asincrónica.

(Heredado de IAppliable<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 la nueva versión del valor que se va a agregar.

(Heredado de IWithValue)
WithVersion(String)

Especifica la versión que usa el secreto.

(Heredado de IWithVersion)

Se aplica a