IUpdateDefinition<ParentT> Interface

Definition

The entirety of a hostname binding definition as part of a web app update.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithDomain<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithHostNameDnsRecordType<ParentT>, Microsoft.Azure.Management.AppService.Fluent.HostNameBinding.UpdateDefinition.IWithSubDomain<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDomain<'ParentT>
    interface IWithSubDomain<'ParentT>
    interface IWithHostNameDnsRecordType<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithDomain(Of ParentT), IWithHostNameDnsRecordType(Of ParentT), IWithSubDomain(Of ParentT)

Type Parameters

ParentT

The return type of the final UpdateDefinitionStages.WithAttach.attach().

Implements

Methods

Attach() (Inherited from IInUpdate<ParentT>)
WithAzureManagedDomain(IAppServiceDomain)

Binds to a domain purchased from Azure.

(Inherited from IWithDomain<ParentT>)
WithDnsRecordType(CustomHostNameDnsRecordType)

Specifies the DNS record type.

(Inherited from IWithHostNameDnsRecordType<ParentT>)
WithSubDomain(String)

Specifies the sub-domain to bind to.

(Inherited from IWithSubDomain<ParentT>)
WithThirdPartyDomain(String)

Binds to a 3rd party domain.

(Inherited from IWithDomain<ParentT>)

Applies to