Freigeben über


ImmutabilityPolicyResource.LockImmutabilityPolicyAsync Methode

Definition

Legt die ImmutabilityPolicy auf Den Status Gesperrt fest. Die einzige zulässige Aktion für eine Gesperrte Richtlinie ist die Aktion ExtendImmutabilityPolicy. ETag in If-Match ist für diesen Vorgang erforderlich.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock
  • Vorgangs-IdBlobContainers_LockImmutabilityPolicy
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource>> LockImmutabilityPolicyAsync (Azure.ETag ifMatch, System.Threading.CancellationToken cancellationToken = default);
abstract member LockImmutabilityPolicyAsync : Azure.ETag * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource>>
override this.LockImmutabilityPolicyAsync : Azure.ETag * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.ImmutabilityPolicyResource>>
Public Overridable Function LockImmutabilityPolicyAsync (ifMatch As ETag, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ImmutabilityPolicyResource))

Parameter

ifMatch
ETag

Die ETag-Version (Entity State) der zu aktualisierenden Unveränderlichkeitsrichtlinie. Der Wert "*" kann zum Anwenden des Vorgangs nur verwendet werden, wenn die Unveränderlichkeitsrichtlinie bereits vorhanden ist. Wenn sie nicht angegeben wird, wird dieser Vorgang immer angewendet.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: