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