次の方法で共有


NetworkGroupsOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
INetworkGroupsOperations

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

resourceGroupName
String

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

networkManagerName
String

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

networkGroupName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象