次の方法で共有


ServicesOperationsExtensions.GetAsync メソッド

定義

サポート チケットを作成するための特定の Azure サービスを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.Service> GetAsync(this Microsoft.Azure.Management.Support.IServicesOperations operations, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Support.IServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Support.Models.Service>
<Extension()>
Public Function GetAsync (operations As IServicesOperations, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Service)

パラメーター

operations
IServicesOperations

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

serviceName
String

Azure サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象