RoleEligibilitySchedulesOperations interface

RoleEligibilitySchedules 작업을 나타내는 인터페이스.

속성

get

리소스 범위에 대해 지정된 역할 자격 일정 가져오기

listForScope

자원 범위에 대한 역할 자격 스케줄을 받습니다.

속성 세부 정보

get

리소스 범위에 대해 지정된 역할 자격 일정 가져오기

get: (scope: string, roleEligibilityScheduleName: string, options?: RoleEligibilitySchedulesGetOptionalParams) => Promise<RoleEligibilitySchedule>

속성 값

(scope: string, roleEligibilityScheduleName: string, options?: RoleEligibilitySchedulesGetOptionalParams) => Promise<RoleEligibilitySchedule>

listForScope

자원 범위에 대한 역할 자격 스케줄을 받습니다.

listForScope: (scope: string, options?: RoleEligibilitySchedulesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleEligibilitySchedule, RoleEligibilitySchedule[], PageSettings>

속성 값

(scope: string, options?: RoleEligibilitySchedulesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleEligibilitySchedule, RoleEligibilitySchedule[], PageSettings>