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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET