Freigeben über


DatastoresOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren eines Datenspeichers in einem privaten Cloudcluster

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Datastore> CreateOrUpdateAsync (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string datastoreName, Microsoft.Azure.Management.Avs.Models.Datastore datastore, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Avs.IDatastoresOperations * string * string * string * string * Microsoft.Azure.Management.Avs.Models.Datastore * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Datastore>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDatastoresOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, datastoreName As String, datastore As Datastore, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Datastore)

Parameter

operations
IDatastoresOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

privateCloudName
String

Name der privaten Cloud

clusterName
String

Name des Clusters in der privaten Cloud

datastoreName
String

Name des Datenspeichers im privaten Cloudcluster

datastore
Datastore

Ein Datenspeicher in einem privaten Cloudcluster

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: