RoleAssignmentScheduleInstancesOperations interface
Interfejs reprezentujący operacje RoleAssignmentScheduleInstances.
Właściwości
| get | Pobiera określone wystąpienie harmonogramu przypisania roli. |
| list |
Otrzymuje instancje harmonogramu przypisywania ról z harmonogramu przypisywania ról. |
Szczegóły właściwości
get
Pobiera określone wystąpienie harmonogramu przypisania roli.
get: (scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams) => Promise<RoleAssignmentScheduleInstance>
Wartość właściwości
(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams) => Promise<RoleAssignmentScheduleInstance>
listForScope
Otrzymuje instancje harmonogramu przypisywania ról z harmonogramu przypisywania ról.
listForScope: (scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
Wartość właściwości
(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>