BlobInventoryPoliciesOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET