RoleAssignmentSchedules interface

Interface representing a RoleAssignmentSchedules.

Methods

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Get the specified role assignment schedule for a resource scope

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Gets role assignment schedules for a resource scope.

Method Details

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Get the specified role assignment schedule for a resource scope

function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>

Parameters

scope

string

The scope of the role assignment schedule.

roleAssignmentScheduleName

string

The name (guid) of the role assignment schedule to get.

options
RoleAssignmentSchedulesGetOptionalParams

The options parameters.

Returns

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Gets role assignment schedules for a resource scope.

function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>

Parameters

scope

string

The scope of the role assignments schedules.

options
RoleAssignmentSchedulesListForScopeOptionalParams

The options parameters.

Returns