次の方法で共有


WorkloadGroupsOperationsExtensions.Get メソッド

定義

ワークロード グループを取得します

public static Microsoft.Azure.Management.Sql.Models.WorkloadGroup Get (this Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string workloadGroupName);
static member Get : Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.WorkloadGroup
<Extension()>
Public Function Get (operations As IWorkloadGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, workloadGroupName As String) As WorkloadGroup

パラメーター

operations
IWorkloadGroupsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

workloadGroupName
String

ワークロード グループの名前。

戻り値

適用対象