Freigeben über


BlobInventoryPoliciesOperationsExtensions.GetAsync Methode

Definition

Ruft die Blobinventurrichtlinie ab, die dem angegebenen Speicherkonto zugeordnet ist.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy> GetAsync (this Microsoft.Azure.Management.Storage.IBlobInventoryPoliciesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Storage.IBlobInventoryPoliciesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.BlobInventoryPolicy>
<Extension()>
Public Function GetAsync (operations As IBlobInventoryPoliciesOperations, resourceGroupName As String, accountName As String, 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: