RoleAssignmentsOperationsExtensions.Validate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依範圍和名稱驗證角色指派建立或更新作業。
public static Microsoft.Azure.Management.Authorization.Models.ValidationResponse Validate (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string scope, string roleAssignmentName, Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters parameters);
static member Validate : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * string * Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters -> Microsoft.Azure.Management.Authorization.Models.ValidationResponse
<Extension()>
Public Function Validate (operations As IRoleAssignmentsOperations, scope As String, roleAssignmentName As String, parameters As RoleAssignmentCreateParameters) As ValidationResponse
參數
- operations
- IRoleAssignmentsOperations
這個擴充方法的作業群組。
- scope
- String
作業或資源的範圍。 有效範圍包括:訂用帳戶 (格式:'/subscriptions/{subscriptionId}') , 資源群組 (格式:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}'或資源 (格式:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'
- roleAssignmentName
- String
角色指派的名稱。 它可以是任何有效的 GUID。
- parameters
- RoleAssignmentCreateParameters
角色指派的參數。