次の方法で共有


WebCategoriesOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.AzureWebCategory Get (this Microsoft.Azure.Management.Network.IWebCategoriesOperations operations, string name, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IWebCategoriesOperations * string * string -> Microsoft.Azure.Management.Network.Models.AzureWebCategory
<Extension()>
Public Function Get (operations As IWebCategoriesOperations, name As String, Optional expand As String = Nothing) As AzureWebCategory

パラメーター

operations
IWebCategoriesOperations

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

name
String

azureWebCategory の名前。

expand
String

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

戻り値

適用対象