Freigeben über


DevTestLabCustomImageResource.Update Methode

Definition

Ermöglicht das Ändern von Tags benutzerdefinierter Images. Alle anderen Eigenschaften werden ignoriert.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/customimages/{name}
  • Vorgang IdCustomImages_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImagePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImagePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImagePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageResource>
Public Overridable Function Update (patch As DevTestLabCustomImagePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabCustomImageResource)

Parameter

patch
DevTestLabCustomImagePatch

Ein benutzerdefiniertes Image.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: