Udostępnij za pośrednictwem


ServiceTopologyResourceCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string serviceTopologyName, Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, serviceTopologyName As String, data As ServiceTopologyResourceData, Optional cancellationToken As CancellationToken = Nothing) As 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