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