Share via


NetworkFabricL3IsolationDomainResource.GetNetworkFabricExternalNetwork Method

Definition

Implements ExternalNetworks GET method.

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

Parameters

externalNetworkName
String

Name of the External Network.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

externalNetworkName is null.

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

Applies to