NetworkCloudExtensions.GetNetworkCloudTrunkedNetworkAsync Method

Definition

Get properties of the provided trunked network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/trunkedNetworks/{trunkedNetworkName}
  • Operation Id: TrunkedNetworks_Get
  • Default Api Version: 2024-07-01
  • Resource: NetworkCloudTrunkedNetworkResource
C#
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkCloud.NetworkCloudTrunkedNetworkResource>> GetNetworkCloudTrunkedNetworkAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string trunkedNetworkName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

trunkedNetworkName
String

The name of the trunked network.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or trunkedNetworkName is null.

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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview