次の方法で共有


NetworkToNetworkInterconnectCollection.GetIfExistsAsync メソッド

定義

サービスからこのリソースの詳細の取得を試みます。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/networkFabrics/{networkFabricName}/networkToNetworkInterconnects/{networkToNetworkInterconnectName}
  • 操作IdNetworkToNetworkInterconnects_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>> GetIfExistsAsync (string networkToNetworkInterconnectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkToNetworkInterconnectResource>>
Public Overridable Function GetIfExistsAsync (networkToNetworkInterconnectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NetworkToNetworkInterconnectResource))

パラメーター

networkToNetworkInterconnectName
String

ネットワーク間相互接続の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

networkToNetworkInterconnectName は空の文字列であり、空でないと想定されていました。

networkToNetworkInterconnectName が null です。

適用対象