RoleAssignmentSchedulesClient Interface
public interface RoleAssignmentSchedulesClient
An instance of this class provides access to all the operations defined in RoleAssignmentSchedulesClient.
Method Summary
Method Details
get
public abstract RoleAssignmentScheduleInner get(String scope, String roleAssignmentScheduleName)
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
getAsync
public abstract Mono
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
Applies to
Azure SDK for Java