Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner
-
Packages that use RoleDefinitionInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of RoleDefinitionInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return RoleDefinitionInner Modifier and Type Method Description RoleDefinitionInner
RoleDefinitionsClient. createOrUpdate(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition.RoleDefinitionInner
RoleDefinitionsClient. delete(String scope, String roleDefinitionId)
Deletes a role definition.RoleDefinitionInner
RoleDefinitionsClient. get(String scope, String roleDefinitionId)
Get role definition by name (GUID).RoleDefinitionInner
RoleDefinitionsClient. getById(String roleId)
Gets a role definition by ID.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleDefinitionInner Modifier and Type Method Description Mono<RoleDefinitionInner>
RoleDefinitionsClient. createOrUpdateAsync(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition.com.azure.core.http.rest.Response<RoleDefinitionInner>
RoleDefinitionsClient. createOrUpdateWithResponse(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition, com.azure.core.util.Context context)
Creates or updates a role definition.Mono<com.azure.core.http.rest.Response<RoleDefinitionInner>>
RoleDefinitionsClient. createOrUpdateWithResponseAsync(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition.Mono<RoleDefinitionInner>
RoleDefinitionsClient. deleteAsync(String scope, String roleDefinitionId)
Deletes a role definition.com.azure.core.http.rest.Response<RoleDefinitionInner>
RoleDefinitionsClient. deleteWithResponse(String scope, String roleDefinitionId, com.azure.core.util.Context context)
Deletes a role definition.Mono<com.azure.core.http.rest.Response<RoleDefinitionInner>>
RoleDefinitionsClient. deleteWithResponseAsync(String scope, String roleDefinitionId)
Deletes a role definition.Mono<RoleDefinitionInner>
RoleDefinitionsClient. getAsync(String scope, String roleDefinitionId)
Get role definition by name (GUID).Mono<RoleDefinitionInner>
RoleDefinitionsClient. getByIdAsync(String roleId)
Gets a role definition by ID.com.azure.core.http.rest.Response<RoleDefinitionInner>
RoleDefinitionsClient. getByIdWithResponse(String roleId, com.azure.core.util.Context context)
Gets a role definition by ID.Mono<com.azure.core.http.rest.Response<RoleDefinitionInner>>
RoleDefinitionsClient. getByIdWithResponseAsync(String roleId)
Gets a role definition by ID.com.azure.core.http.rest.Response<RoleDefinitionInner>
RoleDefinitionsClient. getWithResponse(String scope, String roleDefinitionId, com.azure.core.util.Context context)
Get role definition by name (GUID).Mono<com.azure.core.http.rest.Response<RoleDefinitionInner>>
RoleDefinitionsClient. getWithResponseAsync(String scope, String roleDefinitionId)
Get role definition by name (GUID).com.azure.core.http.rest.PagedIterable<RoleDefinitionInner>
RoleDefinitionsClient. list(String scope)
Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedIterable<RoleDefinitionInner>
RoleDefinitionsClient. list(String scope, String filter, com.azure.core.util.Context context)
Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedFlux<RoleDefinitionInner>
RoleDefinitionsClient. listAsync(String scope)
Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedFlux<RoleDefinitionInner>
RoleDefinitionsClient. listAsync(String scope, String filter)
Get all role definitions that are applicable at scope and above.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type RoleDefinitionInner Modifier and Type Method Description RoleDefinitionInner
RoleDefinitionsClient. createOrUpdate(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition.Mono<RoleDefinitionInner>
RoleDefinitionsClient. createOrUpdateAsync(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition.com.azure.core.http.rest.Response<RoleDefinitionInner>
RoleDefinitionsClient. createOrUpdateWithResponse(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition, com.azure.core.util.Context context)
Creates or updates a role definition.Mono<com.azure.core.http.rest.Response<RoleDefinitionInner>>
RoleDefinitionsClient. createOrUpdateWithResponseAsync(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition)
Creates or updates a role definition. -
Uses of RoleDefinitionInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return RoleDefinitionInner Modifier and Type Method Description RoleDefinitionInner
RoleDefinitionInner. withAssignableScopes(List<String> assignableScopes)
Set the assignableScopes property: Role definition assignable scopes.RoleDefinitionInner
RoleDefinitionInner. withDescription(String description)
Set the description property: The role definition description.RoleDefinitionInner
RoleDefinitionInner. withPermissions(List<PermissionInner> permissions)
Set the permissions property: Role definition permissions.RoleDefinitionInner
RoleDefinitionInner. withRoleName(String roleName)
Set the roleName property: The role name.RoleDefinitionInner
RoleDefinitionInner. withRoleType(String roleType)
Set the roleType property: The role type. -
Uses of RoleDefinitionInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type RoleDefinitionInner Modifier and Type Method Description List<RoleDefinitionInner>
RoleDefinitionListResult. value()
Get the value property: Role definition list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleDefinitionInner Modifier and Type Method Description RoleDefinitionListResult
RoleDefinitionListResult. withValue(List<RoleDefinitionInner> value)
Set the value property: Role definition list.
-