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

GovernanceRulesOperationsExtensions.OperationResultsAsync Method

Definition

Get governance rules long run operation result for the requested scope by ruleId and operationId

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.OperationResultAutoGenerated> OperationResultsAsync (this Microsoft.Azure.Management.Security.IGovernanceRulesOperations operations, string scope, string ruleId, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member OperationResultsAsync : Microsoft.Azure.Management.Security.IGovernanceRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.OperationResultAutoGenerated>
<Extension()>
Public Function OperationResultsAsync (operations As IGovernanceRulesOperations, scope As String, ruleId As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationResultAutoGenerated)

Parameters

operations
IGovernanceRulesOperations

The operations group for this extension method.

scope
String

The scope of the Governance rules. Valid scopes are: management group (format: 'providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'

ruleId
String

The governance rule key - unique key for the standard governance rule (GUID)

operationId
String

The governance rule long running operation unique key

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to