Freigeben über


BlobInventoryPoliciesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Legt die Blobinventurrichtlinie auf das angegebene Speicherkonto fest.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy> CreateOrUpdateAsync (this Microsoft.Azure.Management.Storage.IBlobInventoryPoliciesOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema policy, Microsoft.Azure.Management.Storage.Models.SystemData systemData = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Storage.IBlobInventoryPoliciesOperations * string * string * Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicySchema * Microsoft.Azure.Management.Storage.Models.SystemData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IBlobInventoryPoliciesOperations, resourceGroupName As String, accountName As String, policy As BlobInventoryPolicySchema, Optional systemData As SystemData = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BlobInventoryPolicy)

Parameter

operations
IBlobInventoryPoliciesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Speicherkontos innerhalb der angegebenen Ressourcengruppe. Speicherkontonamen müssen zwischen 3 und 24 Zeichen lang sein und dürfen nur Zahlen und Kleinbuchstaben enthalten.

policy
BlobInventoryPolicySchema

Das Blobinventurrichtlinienobjekt des Speicherkontos. Es besteht aus Richtlinienregeln.

systemData
SystemData
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: