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

RoleDefinitionsClient.ListScopes(CancellationToken) Method

Definition

List rbac scopes.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<string>> ListScopes(System.Threading.CancellationToken cancellationToken = default);
abstract member ListScopes : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
override this.ListScopes : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<string>>
Public Overridable Function ListScopes (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of String))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to