Freigeben über


EncryptionScopeCollection.GetAll Methode

Definition

Überlädt

GetAll(CancellationToken)

Listet alle Verschlüsselungsbereiche auf, die unter dem angegebenen Speicherkonto verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • Vorgangs-IdEncryptionScopes_List
GetAll(Nullable<Int32>, String, Nullable<EncryptionScopesIncludeType>, CancellationToken)

Listet alle Verschlüsselungsbereiche auf, die unter dem angegebenen Speicherkonto verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • Vorgangs-IdEncryptionScopes_List

GetAll(CancellationToken)

Listet alle Verschlüsselungsbereiche auf, die unter dem angegebenen Speicherkonto verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • Vorgangs-IdEncryptionScopes_List
public virtual Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource> GetAll (System.Threading.CancellationToken cancellationToken);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource>
Public Overridable Function GetAll (cancellationToken As CancellationToken) As Pageable(Of EncryptionScopeResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von EncryptionScopeResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetAll(Nullable<Int32>, String, Nullable<EncryptionScopesIncludeType>, CancellationToken)

Listet alle Verschlüsselungsbereiche auf, die unter dem angegebenen Speicherkonto verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • Vorgangs-IdEncryptionScopes_List
public virtual Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource> GetAll (int? maxpagesize = default, string filter = default, Azure.ResourceManager.Storage.Models.EncryptionScopesIncludeType? include = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * Nullable<Azure.ResourceManager.Storage.Models.EncryptionScopesIncludeType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource>
override this.GetAll : Nullable<int> * string * Nullable<Azure.ResourceManager.Storage.Models.EncryptionScopesIncludeType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Storage.EncryptionScopeResource>
Public Overridable Function GetAll (Optional maxpagesize As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional include As Nullable(Of EncryptionScopesIncludeType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EncryptionScopeResource)

Parameter

maxpagesize
Nullable<Int32>

Optional gibt die maximale Anzahl von Verschlüsselungsbereichen an, die in der Listenantwort enthalten sein werden.

filter
String

Optional. Wenn angegeben, werden nur Verschlüsselungsbereichsnamen aufgeführt, die mit dem Filter beginnen.

include
Nullable<EncryptionScopesIncludeType>

Optional, wenn angegeben, listet Verschlüsselungsbereiche mit dem spezifischen Zustand auf. Der Standardwert ist "Alle".

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von EncryptionScopeResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: