Share via


NetworkCloudCloudServicesNetworkCollection.CreateOrUpdateAsync Method

Definition

Create a new cloud services network or update the properties of the existing cloud services network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/cloudServicesNetworks/{cloudServicesNetworkName}
  • Operation Id: CloudServicesNetworks_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string cloudServicesNetworkName, Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, cloudServicesNetworkName As String, data As NetworkCloudCloudServicesNetworkData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkCloudCloudServicesNetworkResource))

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.

cloudServicesNetworkName
String

The name of the cloud services network.

data
NetworkCloudCloudServicesNetworkData

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

cloudServicesNetworkName or data is null.

Applies to