你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GovernanceAssignmentsOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get governance assignments on all of your resources inside a scope
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.GovernanceAssignment>> ListAsync (this Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations operations, string scope, string assessmentName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.GovernanceAssignment>>
<Extension()>
Public Function ListAsync (operations As IGovernanceAssignmentsOperations, scope As String, assessmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GovernanceAssignment))
Parameters
- operations
- IGovernanceAssignmentsOperations
The operations group for this extension method.
- scope
- String
The scope of the Governance assignments. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'
- assessmentName
- String
The Assessment Key - A unique key for the assessment type
- cancellationToken
- CancellationToken
The cancellation token.