ProjectAttachedNetworkConnectionCollection.Get Method

Definition

Gets an attached NetworkConnection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/attachednetworks/{attachedNetworkConnectionName}
  • Operation Id: AttachedNetworks_GetByProject
public virtual Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource> Get (string attachedNetworkConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectAttachedNetworkConnectionResource>
Public Overridable Function Get (attachedNetworkConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProjectAttachedNetworkConnectionResource)

Parameters

attachedNetworkConnectionName
String

The name of the attached NetworkConnection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

attachedNetworkConnectionName is null.

Applies to