Share via


NetworkFabricL2IsolationDomainCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l2IsolationDomains/{l2IsolationDomainName}
  • Operation Id: L2IsolationDomains_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricL2IsolationDomainResource>> GetIfExistsAsync (string l2IsolationDomainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricL2IsolationDomainResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricL2IsolationDomainResource>>
Public Overridable Function GetIfExistsAsync (l2IsolationDomainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of NetworkFabricL2IsolationDomainResource))

Parameters

l2IsolationDomainName
String

Name of the L2 Isolation Domain.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

l2IsolationDomainName is null.

Applies to