IWithAttachAllOptions<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 final stage of the SQL Database definition with all the other options.
public interface IWithAttachAllOptions<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCollation<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEditionDefaults<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEditionDefaultsBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytes<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithServiceObjective<ParentT>
type IWithAttachAllOptions<'ParentT> = interface
interface IWithServiceObjective<'ParentT>
interface IWithEdition<'ParentT>
interface IWithEditionDefaults<'ParentT>
interface IWithAttachFinal<'ParentT>
interface IInDefinition<'ParentT>
interface IWithEditionDefaultsBeta<'ParentT>
interface IBeta
interface IWithCollation<'ParentT>
interface IWithMaxSizeBytes<'ParentT>
Public Interface IWithAttachAllOptions(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollation(Of ParentT), IWithEdition(Of ParentT), IWithEditionDefaults(Of ParentT), IWithEditionDefaultsBeta(Of ParentT), IWithMaxSizeBytes(Of ParentT), IWithServiceObjective(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET