PermissionsClient Interface
public interface PermissionsClient
An instance of this class provides access to all the operations defined in PermissionsClient.
Method Summary
Method Details
listByResourceGroup
public abstract PagedIterable<PermissionInner> listByResourceGroup(String resourceGroupName)
Gets all permissions the caller has for a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<PermissionInner> listByResourceGroup(String resourceGroupName, Context context)
Gets all permissions the caller has for a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<PermissionInner> listByResourceGroupAsync(String resourceGroupName)
Gets all permissions the caller has for a resource group.
Parameters:
Returns:
listForResource
public abstract PagedIterable<PermissionInner> listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName)
Gets all permissions the caller has for a resource.
Parameters:
Returns:
listForResource
public abstract PagedIterable<PermissionInner> listForResource(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, Context context)
Gets all permissions the caller has for a resource.
Parameters:
Returns:
listForResourceAsync
public abstract PagedFlux<PermissionInner> listForResourceAsync(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName)
Gets all permissions the caller has for a resource.
Parameters:
Returns: