Uses of Class
com.azure.resourcemanager.authorization.fluent.models.PermissionInner
-
Packages that use PermissionInner 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 PermissionInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type PermissionInner Modifier and Type Method Description com.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 PermissionInner Modifier and Type Method Description PermissionInner
PermissionInner. withActions(List<String> actions)
Set the actions property: Allowed actions.PermissionInner
PermissionInner. withDataActions(List<String> dataActions)
Set the dataActions property: Allowed Data actions.PermissionInner
PermissionInner. withNotActions(List<String> notActions)
Set the notActions property: Denied actions.PermissionInner
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 PermissionInner Modifier and Type Method Description List<PermissionInner>
RoleDefinitionInner. permissions()
Get the permissions property: Role definition permissions.List<PermissionInner>
RoleDefinitionProperties. permissions()
Get the permissions property: Role definition permissions.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type PermissionInner Modifier and Type Method Description RoleDefinitionInner
RoleDefinitionInner. withPermissions(List<PermissionInner> permissions)
Set the permissions property: Role definition permissions.RoleDefinitionProperties
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 PermissionInner Modifier and Type Method Description List<PermissionInner>
PermissionGetResult. value()
Get the value property: An array of permissions.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type PermissionInner Modifier and Type Method Description PermissionGetResult
PermissionGetResult. withValue(List<PermissionInner> value)
Set the value property: An array of permissions.
-