你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServerKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ServerKey() |
初始化 ServerKey 类的新实例。 |
ServerKey(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<Boolean>) |
初始化 ServerKey 类的新实例。 |
ServerKey()
初始化 ServerKey 类的新实例。
public ServerKey ();
Public Sub New ()
适用于
ServerKey(String, String, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<Boolean>)
初始化 ServerKey 类的新实例。
public ServerKey (string serverKeyType, string id = default, string name = default, string type = default, string kind = default, string location = default, string subregion = default, string uri = default, string thumbprint = default, DateTime? creationDate = default, bool? autoRotationEnabled = default);
new Microsoft.Azure.Management.Sql.Models.ServerKey : string * string * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ServerKey
Public Sub New (serverKeyType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional subregion As String = Nothing, Optional uri As String = Nothing, Optional thumbprint As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional autoRotationEnabled As Nullable(Of Boolean) = Nothing)
参数
- serverKeyType
- String
服务器密钥类型,例如“ServiceManaged”、“AzureKeyVault”。 可能的值包括:“ServiceManaged”、“AzureKeyVault”
- id
- String
资源 ID。
- name
- String
资源名称。
- type
- String
资源类型。
- kind
- String
加密保护程序的种类。 这是用于Azure 门户体验的元数据。
- location
- String
资源位置。
- subregion
- String
服务器密钥的子区域。
- uri
- String
服务器密钥的 URI。 如果 ServerKeyType 为 AzureKeyVault,则 URI 是必需的。
- thumbprint
- String
服务器密钥的指纹。