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

GovernanceAssignmentsOperationsExtensions.CreateOrUpdate Method

Definition

Creates or updates a governance assignment on the given subscription.

public static Microsoft.Azure.Management.Security.Models.GovernanceAssignment CreateOrUpdate (this Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations operations, string scope, string assessmentName, string assignmentKey, Microsoft.Azure.Management.Security.Models.GovernanceAssignment governanceAssignment);
static member CreateOrUpdate : Microsoft.Azure.Management.Security.IGovernanceAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Security.Models.GovernanceAssignment -> Microsoft.Azure.Management.Security.Models.GovernanceAssignment
<Extension()>
Public Function CreateOrUpdate (operations As IGovernanceAssignmentsOperations, scope As String, assessmentName As String, assignmentKey As String, governanceAssignment As GovernanceAssignment) As 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

GovernanceAssignment over a subscription scope

Returns

Applies to