次の方法で共有


WorkspaceManagedSqlServerEncryptionProtector interface

WorkspaceManagedSqlServerEncryptionProtector を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

ワークスペースで管理されている SQL Server の暗号化保護機能を更新します。

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

ワークスペースで管理されている SQL Server の暗号化保護機能を更新します。

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

ワークスペースで管理されている SQL Server の既存の暗号化保護機能を再検証します。

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

ワークスペースで管理されている SQL Server の既存の暗号化保護機能を再検証します。

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

ワークスペースマネージド SQL Server の暗号化保護機能を取得します。

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

ワークスペースマネージド SQL Server の暗号化保護機能の一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

ワークスペースで管理されている SQL Server の暗号化保護機能を更新します。

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EncryptionProtector>, EncryptionProtector>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

encryptionProtectorName

string

暗号化保護機能の名前。

parameters
EncryptionProtector

要求された暗号化保護機能リソースの状態。

options
WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

ワークスペースで管理されている SQL Server の暗号化保護機能を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<EncryptionProtector>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

encryptionProtectorName

string

暗号化保護機能の名前。

parameters
EncryptionProtector

要求された暗号化保護機能リソースの状態。

options
WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

ワークスペースで管理されている SQL Server の既存の暗号化保護機能を再検証します。

function beginRevalidate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

encryptionProtectorName

string

暗号化保護機能の名前。

options
WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

ワークスペースで管理されている SQL Server の既存の暗号化保護機能を再検証します。

function beginRevalidateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

encryptionProtectorName

string

暗号化保護機能の名前。

options
WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

ワークスペースマネージド SQL Server の暗号化保護機能を取得します。

function get(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams): Promise<EncryptionProtector>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

encryptionProtectorName

string

暗号化保護機能の名前。

options
WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

ワークスペースマネージド SQL Server の暗号化保護機能の一覧を取得します。

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

options
WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams

オプション パラメーター。

戻り値