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