次の方法で共有


WebCategoriesOperationsExtensions.GetAsync メソッド

定義

指定した Azure Web カテゴリを取得します。

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

パラメーター

operations
IWebCategoriesOperations

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

name
String

azureWebCategory の名前。

expand
String

azureWebCategory リソースによって参照される resourceIds を再び展開します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象