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<RoleAssignmentScheduleInner> getAsync(String scope, String roleAssignmentScheduleName)
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
getWithResponse
public abstract Response<RoleAssignmentScheduleInner> getWithResponse(String scope, String roleAssignmentScheduleName, Context context)
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<RoleAssignmentScheduleInner>> getWithResponseAsync(String scope, String roleAssignmentScheduleName)
Get the specified role assignment schedule for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable<RoleAssignmentScheduleInner> listForScope(String scope)
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable<RoleAssignmentScheduleInner> listForScope(String scope, String filter, Context context)
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<RoleAssignmentScheduleInner> listForScopeAsync(String scope)
Gets role assignment schedules for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<RoleAssignmentScheduleInner> listForScopeAsync(String scope, String filter)
Gets role assignment schedules for a resource scope.
Parameters:
Returns: