Freigeben über


ServiceTopologiesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Diensttopologie.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource serviceTopologyInfo, string resourceGroupName, string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IServiceTopologiesOperations, serviceTopologyInfo As ServiceTopologyResource, resourceGroupName As String, serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServiceTopologyResource)

Parameter

operations
IServiceTopologiesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

serviceTopologyInfo
ServiceTopologyResource

Das Quelltopologieobjekt definiert die Ressource.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serviceTopologyName
String

Der Name der Diensttopologie .

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellt synchron eine neue Diensttopologie oder aktualisiert eine vorhandene Diensttopologie.

Gilt für: