NetworkCloudCloudServicesNetworkCollection.CreateOrUpdate 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.
  • Default Api Version. : 2026-01-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string cloudServicesNetworkName, Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData data, Azure.MatchConditions matchConditions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudServicesNetworkName As String, data As NetworkCloudCloudServicesNetworkData, Optional matchConditions As MatchConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.

matchConditions
MatchConditions

The content to send as the request conditions of the request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

cloudServicesNetworkName or data is null.

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

Applies to