SubscriptionNetworkManagerConnectionCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkManagerConnections/{networkManagerConnectionName}.
  • Operation Id. : NetworkManagerConnections_Get.
  • Default Api Version. : 2025-07-01.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionResource>> GetIfExistsAsync(string networkManagerConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionResource>>
Public Overridable Function GetIfExistsAsync (networkManagerConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SubscriptionNetworkManagerConnectionResource))

Parameters

networkManagerConnectionName
String

Name for the network manager connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkManagerConnectionName is null.

networkManagerConnectionName is an empty string, and was expected to be non-empty.

Applies to