IWithAttachFinal<ParentT> Interface

Definition

The final stage of the SQL Database definition. At this stage, any remaining optional settings can be specified, or the SQL Database definition can be attached to the parent SQL Server definition.

public interface IWithAttachFinal<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachFinal<'ParentT> = interface
    interface IInDefinition<'ParentT>
Public Interface IWithAttachFinal(Of ParentT)
Implements IInDefinition(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)

Applies to