Freigeben über


IDefinition Schnittstelle

Definition

Die gesamte PolicyDefinition-Definition.

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IBlank, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Definition.IWithCreate
type IDefinition = interface
    interface IBlank
    interface IWithPolicyRule
    interface IWithCreate
    interface ICreatable<IPolicyDefinition>
    interface IIndexable
    interface IWithDescription
    interface IWithDisplayName
    interface IWithMode
    interface IWithPolicyType
Public Interface IDefinition
Implements IBlank, ICreatable(Of IPolicyDefinition), IWithCreate
Implementiert

Eigenschaften

Key

Die gesamte PolicyDefinition-Definition.

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

Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind.

(Geerbt von ICreatable<T>)
WithBuiltInPolicyType()

Gibt den Richtlinientyp von PolicyDefinition an, der "BuiltIn" sein soll.

(Geerbt von IWithPolicyType)
WithCustomPolicyType()

Gibt den Richtlinientyp von PolicyDefinition an, der "Benutzerdefiniert" sein soll.

(Geerbt von IWithPolicyType)
WithDescription(String)

Gibt die Beschreibung von PolicyDefinition an.

(Geerbt von IWithDescription)
WithDisplayName(String)

Gibt den Anzeigenamen von PolicyDefinition an.

(Geerbt von IWithDisplayName)
WithMode(String)

Gibt den Modus von PolicyDefinition an.

(Geerbt von IWithMode)
WithNotSpecifiedPolicyType()

Gibt den Richtlinientyp von PolicyDefinition als "NotSpecified" an.

(Geerbt von IWithPolicyType)
WithPolicyRule(Object)

Gibt die Richtlinienregel von PolicyDefinition an.

(Geerbt von IWithPolicyRule)
WithPolicyRuleJson(String)

Gibt die Richtlinienregel von PolicyDefinition an.

(Geerbt von IWithPolicyRule)

Gilt für: