Freigeben über


ResourcesOperationsExtensions.CreateOrUpdateById Methode

Definition

Erstellen Sie eine Ressource nach ID.

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource CreateOrUpdateById (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceId, string apiVersion, Microsoft.Azure.Management.ResourceManager.Models.GenericResource parameters);
static member CreateOrUpdateById : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.GenericResource -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
<Extension()>
Public Function CreateOrUpdateById (operations As IResourcesOperations, resourceId As String, apiVersion As String, parameters As GenericResource) As GenericResource

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceId
String

Die vollständig qualifizierte ID der Ressource, einschließlich des Ressourcennamens und des Ressourcentyps. Verwenden Sie das Format /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}

apiVersion
String

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

parameters
GenericResource

Erstellen oder Aktualisieren von Ressourcenparametern.

Gibt zurück

Gilt für: