次の方法で共有


NetworkGroupsOperationsExtensions.Get メソッド

定義

指定したネットワーク グループを取得します。

public static Microsoft.Azure.Management.Network.Models.NetworkGroup Get (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, string resourceGroupName, string networkManagerName, string networkGroupName);
static member Get : Microsoft.Azure.Management.Network.INetworkGroupsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkGroup
<Extension()>
Public Function Get (operations As INetworkGroupsOperations, resourceGroupName As String, networkManagerName As String, networkGroupName As String) As NetworkGroup

パラメーター

operations
INetworkGroupsOperations

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

resourceGroupName
String

リソース グループの名前。

networkManagerName
String

ネットワーク マネージャーの名前。

networkGroupName
String

ネットワーク グループの名前。

戻り値

適用対象