ISqlServerKeyOperationsDefinition Interface

Definition

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

public interface ISqlServerKeyOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlServerKey>, Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithServerKeyType, Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithSqlServer
type ISqlServerKeyOperationsDefinition = interface
    interface IBeta
    interface IWithSqlServer
    interface IWithServerKeyType
    interface IWithThumbprint
    interface IWithCreationDate
    interface IWithCreate
    interface ICreatable<ISqlServerKey>
    interface IIndexable
Public Interface ISqlServerKeyOperationsDefinition
Implements IBeta, ICreatable(Of ISqlServerKey), IWithCreate, IWithServerKeyType, 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>)
WithAzureKeyVaultKey(String)

Sets the server key type as "AzureKeyVault" and the URI to the key.

(Inherited from IWithServerKeyType)
WithCreationDate(DateTime)

Sets the server key creation date.

(Inherited from IWithCreationDate)
WithExistingSqlServer(ISqlServer)

Sets the parent SQL server for the new Server Key.

(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 Key.

(Inherited from IWithSqlServer)
WithThumbprint(String)

Sets the thumbprint of the server key.

(Inherited from IWithThumbprint)

Applies to