Freigeben über


IUpdate Schnittstelle

Definition

Die Vorlage für einen PolicyDefinition-Aktualisierungsvorgang, der alle Einstellungen enthält, die geändert werden können.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ResourceManager.Fluent.IPolicyDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IWithDescription, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IWithDisplayName, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IWithMode, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IWithPolicyRule, Microsoft.Azure.Management.ResourceManager.Fluent.PolicyDefinition.Update.IWithPolicyType
type IUpdate = interface
    interface IAppliable<IPolicyDefinition>
    interface IIndexable
    interface IWithDescription
    interface IWithDisplayName
    interface IWithMode
    interface IWithPolicyRule
    interface IWithPolicyType
Public Interface IUpdate
Implements IAppliable(Of IPolicyDefinition), IWithDescription, IWithDisplayName, IWithMode, IWithPolicyRule, IWithPolicyType
Implementiert

Eigenschaften

Key

Die Vorlage für einen PolicyDefinition-Aktualisierungsvorgang, der alle Einstellungen enthält, die geändert werden können.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<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)
WithoutPolicyType()

Entfernt den Richtlinientyp von PolicyDefinition.

(Geerbt von IWithPolicyType)
WithPolicyRule(Object)

Gibt die Richtlinienregel von PolicyDefinition an.

(Geerbt von IWithPolicyRule)

Gilt für: