IUpdate Schnittstelle

Definition

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

public interface IUpdate : Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithAdminContact, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithAutoRenew, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithBillingContact, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithDomainPrivacy, Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IWithTechContact, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>
type IUpdate = interface
    interface IAppliable<IAppServiceDomain>
    interface IIndexable
    interface IWithAdminContact
    interface IWithBillingContact
    interface IWithTechContact
    interface IWithAutoRenew
    interface IWithDomainPrivacy
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IAppServiceDomain), IUpdateWithTags(Of IUpdate), IWithAdminContact, IWithAutoRenew, IWithBillingContact, IWithDomainPrivacy, IWithTechContact
Implementiert

Eigenschaften

Key

Die Vorlage für einen Domänenaktualisierungsvorgang, 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>)
WithAdminContact(Contact)

Geben Sie den Administratorkontakt an.

(Geerbt von IWithAdminContact)
WithAutoRenewEnabled(Boolean)

Gibt an, ob die Domäne automatisch verlängert werden soll, wenn sie abläuft.

(Geerbt von IWithAutoRenew)
WithBillingContact(Contact)

Geben Sie den Abrechnungskontakt an.

(Geerbt von IWithBillingContact)
WithDomainPrivacyEnabled(Boolean)

Gibt an, ob die Kontaktinformationen des Registranten öffentlich verfügbar gemacht werden. Wenn der Domänenschutz aktiviert ist, sind die Kontaktinformationen NICHT öffentlich verfügbar.

(Geerbt von IWithDomainPrivacy)
WithoutTag(String)

Entfernt ein Tag aus der Ressource.

(Geerbt von IUpdateWithTags<T>)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IUpdateWithTags<T>)
WithTechContact(Contact)

Geben Sie den Technischen Kontakt an.

(Geerbt von IWithTechContact)

Gilt für: