IUpdate Interface

Definition

The template for a domain update operation, containing all the settings that can be modified.

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
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithAdminContact(Contact)

Specify the admin contact.

(Inherited from IWithAdminContact)
WithAutoRenewEnabled(Boolean)

Specifies if the domain should be automatically renewed when it's about to expire.

(Inherited from IWithAutoRenew)
WithBillingContact(Contact)

Specify the billing contact.

(Inherited from IWithBillingContact)
WithDomainPrivacyEnabled(Boolean)

Specifies if the registrant contact information is exposed publicly. If domain privacy is turned on, the contact information will NOT be available publicly.

(Inherited from IWithDomainPrivacy)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)
WithTechContact(Contact)

Specify the tech contact.

(Inherited from IWithTechContact)

Applies to