KeysOperationsExtensions.ListByWorkspace メソッド

定義

ワークスペース内のキーの一覧を返します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key> ListByWorkspace (this Microsoft.Azure.Management.Synapse.IKeysOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.Synapse.IKeysOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key>
<Extension()>
Public Function ListByWorkspace (operations As IKeysOperations, resourceGroupName As String, workspaceName As String) As IPage(Of Key)

パラメーター

operations
IKeysOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前

戻り値

適用対象