ISqlServerDnsAliasOperationsDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface ISqlServerDnsAliasOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlServerDnsAlias>, Microsoft.Azure.Management.Sql.Fluent.SqlServerDnsAliasOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlServerDnsAliasOperations.Definition.IWithSqlServer
type ISqlServerDnsAliasOperationsDefinition = interface
    interface IBeta
    interface IWithSqlServer
    interface IWithCreate
    interface ICreatable<ISqlServerDnsAlias>
    interface IIndexable
Public Interface ISqlServerDnsAliasOperationsDefinition
Implements IBeta, ICreatable(Of ISqlServerDnsAlias), IWithCreate, IWithSqlServer
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithExistingSqlServer(ISqlServer)

Sets the parent SQL server for the new Server DNS alias.

(Inherited from IWithSqlServer)
WithExistingSqlServer(String, String)

Sets the parent SQL server name and resource group it belongs to.

(Inherited from IWithSqlServer)
WithExistingSqlServerId(String)

Sets the parent SQL server for the new Server DNS alias.

(Inherited from IWithSqlServer)

Applies to