次の方法で共有


ScopeConnectionsOperationsExtensions.GetAsync メソッド

定義

このネットワーク マネージャーによって作成された指定されたスコープ接続を取得します。

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

パラメーター

operations
IScopeConnectionsOperations

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

resourceGroupName
String

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

networkManagerName
String

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

scopeConnectionName
String

テナント間接続の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象