Uses of Class
com.azure.resourcemanager.authorization.models.RoleAssignmentCreateParameters
Packages that use RoleAssignmentCreateParameters
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleAssignmentCreateParameters in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type RoleAssignmentCreateParametersModifier and TypeMethodDescriptionRoleAssignmentsClient.create(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Create or update a role assignment by scope and name.RoleAssignmentsClient.createAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Create or update a role assignment by scope and name.RoleAssignmentsClient.createById(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update a role assignment by ID.RoleAssignmentsClient.createByIdAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.createByIdWithResponse(String roleAssignmentId, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context) Create or update a role assignment by ID.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createByIdWithResponseAsync(String roleAssignmentId, RoleAssignmentCreateParameters parameters) Create or update a role assignment by ID.com.azure.core.http.rest.Response<RoleAssignmentInner>RoleAssignmentsClient.createWithResponse(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters, com.azure.core.util.Context context) Create or update a role assignment by scope and name.Mono<com.azure.core.http.rest.Response<RoleAssignmentInner>>RoleAssignmentsClient.createWithResponseAsync(String scope, String roleAssignmentName, RoleAssignmentCreateParameters parameters) Create or update a role assignment by scope and name. -
Uses of RoleAssignmentCreateParameters in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleAssignmentCreateParametersModifier and TypeMethodDescriptionRoleAssignmentCreateParameters.withCondition(String condition) Set the condition property: The conditions on the role assignment.RoleAssignmentCreateParameters.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.RoleAssignmentCreateParameters.withDelegatedManagedIdentityResourceId(String delegatedManagedIdentityResourceId) Set the delegatedManagedIdentityResourceId property: Id of the delegated managed identity resource.RoleAssignmentCreateParameters.withDescription(String description) Set the description property: Description of role assignment.RoleAssignmentCreateParameters.withPrincipalId(String principalId) Set the principalId property: The principal ID.RoleAssignmentCreateParameters.withPrincipalType(PrincipalType principalType) Set the principalType property: The principal type of the assigned principal ID.RoleAssignmentCreateParameters.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID.