Freigeben über


ResourcesOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren Sie eine Ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.GenericResource> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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 aktualisierenden Ressource.

resourceName
String

Der Name der zu aktualisierenden Ressource.

apiVersion
String

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

parameters
GenericResource

Parameter zum Aktualisieren der Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: