Condividi tramite


AttachedNetworkConnectionCollection.Get(String, CancellationToken) Method

Definition

Gets an attached NetworkConnection.

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

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