RoleEligibilitySchedules interface
RoleEligibilitySchedules를 나타내는 인터페이스입니다.
메서드
get(string, string, Role |
리소스 scope 대해 지정된 역할 자격 일정을 가져옵니다. |
list |
리소스 scope 대한 역할 자격 일정을 가져옵니다. |
메서드 세부 정보
get(string, string, RoleEligibilitySchedulesGetOptionalParams)
리소스 scope 대해 지정된 역할 자격 일정을 가져옵니다.
function get(scope: string, roleEligibilityScheduleName: string, options?: RoleEligibilitySchedulesGetOptionalParams): Promise<RoleEligibilitySchedule>
매개 변수
- scope
-
string
역할 자격 일정의 scope.
- roleEligibilityScheduleName
-
string
가져올 역할 자격 일정의 이름(guid)입니다.
옵션 매개 변수입니다.
반환
Promise<RoleEligibilitySchedule>
listForScope(string, RoleEligibilitySchedulesListForScopeOptionalParams)
리소스 scope 대한 역할 자격 일정을 가져옵니다.
function listForScope(scope: string, options?: RoleEligibilitySchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleEligibilitySchedule, RoleEligibilitySchedule[], PageSettings>
매개 변수
- scope
-
string
역할 자격 일정의 scope.
옵션 매개 변수입니다.