次の方法で共有


ServerKey クラス

定義

サーバー キー。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerKey : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerKey = class
    inherit ProxyResource
Public Class ServerKey
Inherits ProxyResource
継承
属性

コンストラクター

ServerKey()

ServerKey クラスの新しいインスタンスを初期化します。

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

ServerKey クラスの新しいインスタンスを初期化します。

プロパティ

AutoRotationEnabled

キー自動ローテーションオプトイン フラグを取得します。 true または false。

CreationDate

サーバー キーの作成日を取得します。

Id

リソース ID を取得します。

(継承元 Resource)
Kind

暗号化保護機能の種類を取得します。 これは、Azure portal エクスペリエンスに使用されるメタデータです。

Location

リソースの場所を取得します。

Name

リソース名を取得します。

(継承元 Resource)
ServerKeyType

'ServiceManaged'、'AzureKeyVault' などのサーバー キーの種類を取得または設定します。 使用可能な値は、'ServiceManaged'、'AzureKeyVault' です。

Subregion

サーバー キーのサブ領域を取得します。

Thumbprint

サーバー キーの拇印を取得します。

Type

リソースの種類を取得します。

(継承元 Resource)
Uri

サーバー キーの URI を取得または設定します。 ServerKeyType が AzureKeyVault の場合は、URI が必要です。

メソッド

Validate()

オブジェクトを検証します。

適用対象