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

ServerKey 构造函数

定义

重载

ServerKey()

初始化 ServerKey 类的新实例。

ServerKey(String, String, String, String, String, Nullable<DateTime>)

初始化 ServerKey 类的新实例。

ServerKey()

初始化 ServerKey 类的新实例。

public ServerKey ();
Public Sub New ()

适用于

ServerKey(String, String, String, String, String, Nullable<DateTime>)

初始化 ServerKey 类的新实例。

public ServerKey (string id = default, string name = default, string type = default, string kind = default, string uri = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerKey : string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.PostgreSQL.Models.ServerKey
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional uri As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)

参数

id
String

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

资源的名称

type
String

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

kind
String

用于保护密钥的加密保护程序的种类。

uri
String

密钥的 URI。

creationDate
Nullable<DateTime>

密钥创建日期。

适用于