ServiceTopologyResourceCollection.CreateOrUpdateAsync Method

Definition

Synchronously creates a new service topology or updates an existing service topology.

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

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.

serviceTopologyName
String

The name of the service topology .

data
ServiceTopologyResourceData

Source topology object defines the resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

serviceTopologyName or data is null.

Applies to