Поделиться через


NetworkCloudCloudServicesNetworkCollection.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(WaitUntil, String, NetworkCloudCloudServicesNetworkData, CancellationToken)

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
  • Resource: NetworkCloudCloudServicesNetworkResource
CreateOrUpdate(WaitUntil, String, NetworkCloudCloudServicesNetworkData, String, String, CancellationToken)

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: 2025-02-01
  • Resource: NetworkCloudCloudServicesNetworkResource

CreateOrUpdate(WaitUntil, String, NetworkCloudCloudServicesNetworkData, CancellationToken)

Source:
NetworkCloudCloudServicesNetworkCollection.cs
Source:
NetworkCloudCloudServicesNetworkCollection.cs

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
  • Resource: NetworkCloudCloudServicesNetworkResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string cloudServicesNetworkName, Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData data, System.Threading.CancellationToken cancellationToken);
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string cloudServicesNetworkName, Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudServicesNetworkName As String, data As NetworkCloudCloudServicesNetworkData, cancellationToken As CancellationToken) As ArmOperation(Of NetworkCloudCloudServicesNetworkResource)
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudServicesNetworkName As String, data As NetworkCloudCloudServicesNetworkData, 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.

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

CreateOrUpdate(WaitUntil, String, NetworkCloudCloudServicesNetworkData, String, String, CancellationToken)

Source:
NetworkCloudCloudServicesNetworkCollection.cs

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: 2025-02-01
  • Resource: NetworkCloudCloudServicesNetworkResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string cloudServicesNetworkName, Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudCloudServicesNetworkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudServicesNetworkName As String, data As NetworkCloudCloudServicesNetworkData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = 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.

ifMatch
String

The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

ifNoneMatch
String

Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.

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