次の方法で共有


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.Get メソッド

定義

ワークスペース サーバーの暗号化保護機能を取得します。

public static Microsoft.Azure.Management.Synapse.Models.EncryptionProtector Get (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName);
static member Get : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string -> Microsoft.Azure.Management.Synapse.Models.EncryptionProtector
<Extension()>
Public Function Get (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String) As EncryptionProtector

パラメーター

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

戻り値

注釈

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

適用対象