Freigeben über


IDefinition Schnittstelle

Definition

Containerschnittstelle für alle Definitionen.

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
Implementiert

Eigenschaften

Key

Containerschnittstelle für alle Definitionen.

(Geerbt von IIndexable)
Name

Ruft den Namen der erstellbaren Ressource ab.

(Geerbt von ICreatable<T>)

Methoden

Create()

Führen Sie die Erstellungsanforderung aus.

(Geerbt von ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Legt die Anforderung in die Warteschlange und erlaubt dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
WithAttributes(Attributes)

Gibt die Geheimattribute an.

(Geerbt von IWithAttributes)
WithContentType(String)

Gibt den Geheiminhaltstyp an.

(Geerbt von IWithContentType)
WithTags(IDictionary<String,String>)

Gibt die Tags für das Geheimnis an.

(Geerbt von IWithTags)
WithValue(String)

Gibt den Geheimwert an.

(Geerbt von IWithValue)

Gilt für: