Delen via


IWithAttach<ParentT> Interface

Definition

The final stage of the domain contact definition. At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using WithAttach.attach().

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithFaxNumber<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithJobTitle<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithOrganization<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithOrganization<'ParentT>
    interface IWithJobTitle<'ParentT>
    interface IWithFaxNumber<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithFaxNumber(Of ParentT), IWithJobTitle(Of ParentT), IWithOrganization(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Applies to