RoleAssignmentScheduleInstances interface
RoleAssignmentScheduleInstances를 나타내는 인터페이스입니다.
메서드
get(string, string, Role |
지정된 역할 할당 일정 instance 가져옵니다. |
list |
역할 할당 일정의 역할 할당 일정 인스턴스를 가져옵니다. |
메서드 세부 정보
get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)
지정된 역할 할당 일정 instance 가져옵니다.
function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>
매개 변수
- scope
-
string
역할 할당 일정의 scope.
- roleAssignmentScheduleInstanceName
-
string
가져올 역할 할당 일정의 이름(일정 이름 + 시간의 해시)입니다.
옵션 매개 변수입니다.
반환
Promise<RoleAssignmentScheduleInstance>
listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)
역할 할당 일정의 역할 할당 일정 인스턴스를 가져옵니다.
function listForScope(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
매개 변수
- scope
-
string
역할 할당 일정의 scope.
옵션 매개 변수입니다.