你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GovernanceAssignmentsOperationsExtensions.CreateOrUpdateAsync 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.
Creates or updates a governance assignment on the given subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.GovernanceAssignment> CreateOrUpdateAsync (this Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations operations, string scope, string assessmentName, string assignmentKey, Microsoft.Azure.Management.Security.Models.GovernanceAssignment governanceAssignment, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Security.Models.GovernanceAssignment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.GovernanceAssignment>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IGovernanceAssignmentsOperations, scope As String, assessmentName As String, assignmentKey As String, governanceAssignment As GovernanceAssignment, Optional cancellationToken As CancellationToken = Nothing) As Task(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
- assignmentKey
- String
The governance assignment key - the assessment key of the required governance assignment
- governanceAssignment
- GovernanceAssignment
- cancellationToken
- CancellationToken
The cancellation token.