EncryptionProtectors interface
EncryptionProtectors を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)
既存の暗号化保護機能を更新します。
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- encryptionProtectorName
-
string
更新する暗号化保護機能の名前。
- parameters
- EncryptionProtector
要求された暗号化保護機能リソースの状態。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>
beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)
既存の暗号化保護機能を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<EncryptionProtector>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- encryptionProtectorName
-
string
更新する暗号化保護機能の名前。
- parameters
- EncryptionProtector
要求された暗号化保護機能リソースの状態。
オプション パラメーター。
戻り値
Promise<EncryptionProtector>
beginRevalidate(string, string, string, EncryptionProtectorsRevalidateOptionalParams)
既存の暗号化保護機能を再検証します。
function beginRevalidate(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- encryptionProtectorName
-
string
更新する暗号化保護機能の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginRevalidateAndWait(string, string, string, EncryptionProtectorsRevalidateOptionalParams)
既存の暗号化保護機能を再検証します。
function beginRevalidateAndWait(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsRevalidateOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- encryptionProtectorName
-
string
更新する暗号化保護機能の名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, EncryptionProtectorsGetOptionalParams)
サーバー暗号化保護機能を取得します。
function get(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams): Promise<EncryptionProtector>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- encryptionProtectorName
-
string
取得する暗号化保護機能の名前。
オプション パラメーター。
戻り値
Promise<EncryptionProtector>
listByServer(string, string, EncryptionProtectorsListByServerOptionalParams)
サーバー暗号化保護機能の一覧を取得します。
function listByServer(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
オプション パラメーター。