Udostępnij za pośrednictwem


AttachedNetworkConnectionCollection.CreateOrUpdate Method

Definition

Creates or updates an attached NetworkConnection.

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

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

attachedNetworkConnectionName
String

The name of the attached NetworkConnection.

data
AttachedNetworkConnectionData

Represents an attached NetworkConnection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

attachedNetworkConnectionName or data is null.

Applies to