Compartilhar via


ISqlServerKeyOperationsDefinition Interface

Definição

Interface de contêiner para todas as definições que precisam ser implementadas.

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
Implementações

Propriedades

Key

Interface de contêiner para todas as definições que precisam ser implementadas.

(Herdado de IIndexable)
Name

Obtém o nome do recurso creatável.

(Herdado de ICreatable<T>)

Métodos

Create()

Execute a solicitação de criação.

(Herdado de ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Coloca a solicitação na fila e permite que o cliente HTTP a execute quando os recursos do sistema estiverem disponíveis.

(Herdado de ICreatable<T>)
WithAzureKeyVaultKey(String)

Define o tipo de chave do servidor como "AzureKeyVault" e o URI como a chave.

(Herdado de IWithServerKeyType)
WithCreationDate(DateTime)

Define a data de criação da chave do servidor.

(Herdado de IWithCreationDate)
WithExistingSqlServer(ISqlServer)

Define o SQL Server pai para a nova Chave do Servidor.

(Herdado de IWithSqlServer)
WithExistingSqlServer(String, String)

Define o nome do SQL Server pai e o grupo de recursos ao qual ele pertence.

(Herdado de IWithSqlServer)
WithExistingSqlServerId(String)

Define o SQL Server pai para a nova Chave do Servidor.

(Herdado de IWithSqlServer)
WithThumbprint(String)

Define a impressão digital da chave do servidor.

(Herdado de IWithThumbprint)

Aplica-se a