Freigeben über


ResourcesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Dient zum Erstellen einer Ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String, parameters As GenericResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GenericResource)

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

parentResourcePath
String

Die übergeordnete Ressourcenidentität.

resourceType
String

Der Ressourcentyp der zu erstellenden Ressource.

resourceName
String

ist der Name der zu erstellenden Ressource.

apiVersion
String

Die API-Version, die für den Vorgang verwendet werden soll.

parameters
GenericResource

Parameter zum Erstellen oder Aktualisieren der Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: