次の方法で共有


ServiceObjectivesOperationsExtensions.GetAsync メソッド

定義

データベース サービスの目標を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServiceObjective> GetAsync(this Microsoft.Azure.Management.Sql.IServiceObjectivesOperations operations, string resourceGroupName, string serverName, string serviceObjectiveName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IServiceObjectivesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServiceObjective>
<Extension()>
Public Function GetAsync (operations As IServiceObjectivesOperations, resourceGroupName As String, serverName As String, serviceObjectiveName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServiceObjective)

パラメーター

operations
IServiceObjectivesOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

serviceObjectiveName
String

取得するサービス目標の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象