IUpdateDefinition<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET