Freigeben über


DevTestLabVirtualNetworkResource.Update Methode

Definition

Ermöglicht das Ändern von Tags von virtuellen Netzwerken. Alle anderen Eigenschaften werden ignoriert.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}
  • Vorgangs-IdVirtualNetworks_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabVirtualNetworkPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVirtualNetworkPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVirtualNetworkPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource>
Public Overridable Function Update (patch As DevTestLabVirtualNetworkPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabVirtualNetworkResource)

Parameter

patch
DevTestLabVirtualNetworkPatch

Ein virtuelles Netzwerk

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: