Uses of Class
com.azure.resourcemanager.authorization.fluent.models.PermissionInner
Packages that use PermissionInner
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 PermissionInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type PermissionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PermissionInner>PermissionsClient.listByResourceGroup(String resourceGroupName) Gets all permissions the caller has for a resource group.com.azure.core.http.rest.PagedIterable<PermissionInner>PermissionsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets all permissions the caller has for a resource group.com.azure.core.http.rest.PagedFlux<PermissionInner>PermissionsClient.listByResourceGroupAsync(String resourceGroupName) Gets all permissions the caller has for a resource group.com.azure.core.http.rest.PagedIterable<PermissionInner>PermissionsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets all permissions the caller has for a resource.com.azure.core.http.rest.PagedIterable<PermissionInner>PermissionsClient.listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, com.azure.core.util.Context context) Gets all permissions the caller has for a resource.com.azure.core.http.rest.PagedFlux<PermissionInner>PermissionsClient.listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName) Gets all permissions the caller has for a resource. -
Uses of PermissionInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return PermissionInnerModifier and TypeMethodDescriptionPermissionInner.withActions(List<String> actions) Set the actions property: Allowed actions.PermissionInner.withDataActions(List<String> dataActions) Set the dataActions property: Allowed Data actions.PermissionInner.withNotActions(List<String> notActions) Set the notActions property: Denied actions.PermissionInner.withNotDataActions(List<String> notDataActions) Set the notDataActions property: Denied Data actions.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type PermissionInnerModifier and TypeMethodDescriptionRoleDefinitionInner.permissions()Get the permissions property: Role definition permissions.RoleDefinitionProperties.permissions()Get the permissions property: Role definition permissions.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type PermissionInnerModifier and TypeMethodDescriptionRoleDefinitionInner.withPermissions(List<PermissionInner> permissions) Set the permissions property: Role definition permissions.RoleDefinitionProperties.withPermissions(List<PermissionInner> permissions) Set the permissions property: Role definition permissions. -
Uses of PermissionInner in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type PermissionInnerModifier and TypeMethodDescriptionPermissionGetResult.value()Get the value property: An array of permissions.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type PermissionInnerModifier and TypeMethodDescriptionPermissionGetResult.withValue(List<PermissionInner> value) Set the value property: An array of permissions.