次の方法で共有


ScopeConnectionsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IScopeConnectionsOperations

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

resourceGroupName
String

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

networkManagerName
String

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

scopeConnectionName
String

テナント間接続の名前。

戻り値

適用対象