Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISqlServerKeyOperationsDefinition 接口

定义

需要实现的所有定义的容器接口。

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
实现

属性

Key

需要实现的所有定义的容器接口。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。

(继承自 ICreatable<T>)
WithAzureKeyVaultKey(String)

将服务器密钥类型设置为“AzureKeyVault”,并将 URI 设置为密钥。

(继承自 IWithServerKeyType)
WithCreationDate(DateTime)

设置服务器密钥创建日期。

(继承自 IWithCreationDate)
WithExistingSqlServer(ISqlServer)

设置新服务器密钥的父 SQL Server。

(继承自 IWithSqlServer)
WithExistingSqlServer(String, String)

设置其所属的父 SQL 服务器名称和资源组。

(继承自 IWithSqlServer)
WithExistingSqlServerId(String)

设置新服务器密钥的父 SQL Server。

(继承自 IWithSqlServer)
WithThumbprint(String)

设置服务器密钥的指纹。

(继承自 IWithThumbprint)

适用于