RoleEligibilityScheduleInstancesClient Interface
public interface RoleEligibilityScheduleInstancesClient
An instance of this class provides access to all the operations defined in RoleEligibilityScheduleInstancesClient.
Method Summary
Method Details
get
public abstract RoleEligibilityScheduleInstanceInner get(String scope, String roleEligibilityScheduleInstanceName)
Gets the specified role eligibility schedule instance.
Parameters:
Returns:
getAsync
public abstract Mono<RoleEligibilityScheduleInstanceInner> getAsync(String scope, String roleEligibilityScheduleInstanceName)
Gets the specified role eligibility schedule instance.
Parameters:
Returns:
getWithResponse
public abstract Response<RoleEligibilityScheduleInstanceInner> getWithResponse(String scope, String roleEligibilityScheduleInstanceName, Context context)
Gets the specified role eligibility schedule instance.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<RoleEligibilityScheduleInstanceInner>> getWithResponseAsync(String scope, String roleEligibilityScheduleInstanceName)
Gets the specified role eligibility schedule instance.
Parameters:
Returns:
listForScope
public abstract PagedIterable<RoleEligibilityScheduleInstanceInner> listForScope(String scope)
Gets role eligibility schedule instances of a role eligibility schedule.
Parameters:
Returns:
listForScope
public abstract PagedIterable<RoleEligibilityScheduleInstanceInner> listForScope(String scope, String filter, Context context)
Gets role eligibility schedule instances of a role eligibility schedule.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<RoleEligibilityScheduleInstanceInner> listForScopeAsync(String scope)
Gets role eligibility schedule instances of a role eligibility schedule.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<RoleEligibilityScheduleInstanceInner> listForScopeAsync(String scope, String filter)
Gets role eligibility schedule instances of a role eligibility schedule.
Parameters:
Returns: