다음을 통해 공유


RoleAssignmentSchedules interface

RoleAssignmentSchedules를 나타내는 인터페이스입니다.

메서드

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

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

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

리소스 범위에 대한 역할 할당 일정을 가져옵니다.

메서드 세부 정보

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

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

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

매개 변수

scope

string

역할 할당 일정의 범위입니다.

roleAssignmentScheduleName

string

가져올 역할 할당 일정의 이름(guid)입니다.

options
RoleAssignmentSchedulesGetOptionalParams

옵션 매개 변수입니다.

반환

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

리소스 범위에 대한 역할 할당 일정을 가져옵니다.

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

매개 변수

scope

string

역할 할당 일정의 범위입니다.

options
RoleAssignmentSchedulesListForScopeOptionalParams

옵션 매개 변수입니다.

반환