你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EncryptionScopeCollection.GetAll 方法

定义

重载

GetAll(CancellationToken)

列出指定存储帐户下可用的所有加密范围。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • 操作IdEncryptionScopes_List
GetAll(Nullable<Int32>, String, Nullable<EncryptionScopesIncludeType>, CancellationToken)

列出指定存储帐户下可用的所有加密范围。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • 操作IdEncryptionScopes_List

GetAll(CancellationToken)

列出指定存储帐户下可用的所有加密范围。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • 操作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)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 EncryptionScopeResource 集合。

适用于

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

列出指定存储帐户下可用的所有加密范围。

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/encryptionScopes
  • 操作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)

参数

maxpagesize
Nullable<Int32>

可选,指定将包含在列表响应中的加密范围的最大数目。

filter
String

可选。 指定后,将仅列出以筛选器开头的加密范围名称。

include
Nullable<EncryptionScopesIncludeType>

可选,如果指定,将列出具有特定状态的加密范围。 默认为“全部”。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 EncryptionScopeResource 集合。

适用于