Uses of Class
com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner
Packages that use RoleDefinitionInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
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 RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionsClient.createOrUpdate(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition) Creates or updates a role definition.Deletes a role definition.Get role definition by name (GUID).Gets a role definition by ID.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionsClient.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.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.Get role definition by name (GUID).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>Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedIterable<RoleDefinitionInner>Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedFlux<RoleDefinitionInner>Get all role definitions that are applicable at scope and above.com.azure.core.http.rest.PagedFlux<RoleDefinitionInner>Get all role definitions that are applicable at scope and above.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionsClient.createOrUpdate(String scope, String roleDefinitionId, RoleDefinitionInner roleDefinition) Creates or updates a role definition.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 RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionInner.withAssignableScopes(List<String> assignableScopes) Set the assignableScopes property: Role definition assignable scopes.RoleDefinitionInner.withDescription(String description) Set the description property: The role definition description.RoleDefinitionInner.withPermissions(List<PermissionInner> permissions) Set the permissions property: Role definition permissions.RoleDefinitionInner.withRoleName(String roleName) Set the roleName property: The role name.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 RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionListResult.value()Get the value property: Role definition list.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type RoleDefinitionInnerModifier and TypeMethodDescriptionRoleDefinitionListResult.withValue(List<RoleDefinitionInner> value) Set the value property: Role definition list.