NetworkFabricExternalNetworkCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/l3IsolationDomains/{l3IsolationDomainName}/externalNetworks/{externalNetworkName}
  • Operation Id: ExternalNetworks_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricExternalNetworkResource> GetIfExists (string externalNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricExternalNetworkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricExternalNetworkResource>
Public Overridable Function GetIfExists (externalNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetworkFabricExternalNetworkResource)

Parameters

externalNetworkName
String

Name of the External Network.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

externalNetworkName is null.

Applies to