RoleAssignmentScheduleRequestsOperations interface
RoleAssignmentScheduleRequests işlemlerini temsil eden arayüz.
Özellikler
| cancel | Bekleyen rol ataması zamanlama isteğini iptal eder. |
| create | Rol atama zamanlama isteği oluşturur. |
| get | Belirtilen rol ataması zamanlama isteğini alın. |
| list |
Bir kapsam için rol ataması takvimi talepleri alır. |
| validate | Yeni bir rol atama takvimi talebini doğrular. |
Özellik Ayrıntıları
cancel
Bekleyen rol ataması zamanlama isteğini iptal eder.
cancel: (scope: string, roleAssignmentScheduleRequestName: string, options?: RoleAssignmentScheduleRequestsCancelOptionalParams) => Promise<void>
Özellik Değeri
(scope: string, roleAssignmentScheduleRequestName: string, options?: RoleAssignmentScheduleRequestsCancelOptionalParams) => Promise<void>
create
Rol atama zamanlama isteği oluşturur.
create: (scope: string, roleAssignmentScheduleRequestName: string, parameters: RoleAssignmentScheduleRequest, options?: RoleAssignmentScheduleRequestsCreateOptionalParams) => Promise<RoleAssignmentScheduleRequest>
Özellik Değeri
(scope: string, roleAssignmentScheduleRequestName: string, parameters: RoleAssignmentScheduleRequest, options?: RoleAssignmentScheduleRequestsCreateOptionalParams) => Promise<RoleAssignmentScheduleRequest>
get
Belirtilen rol ataması zamanlama isteğini alın.
get: (scope: string, roleAssignmentScheduleRequestName: string, options?: RoleAssignmentScheduleRequestsGetOptionalParams) => Promise<RoleAssignmentScheduleRequest>
Özellik Değeri
(scope: string, roleAssignmentScheduleRequestName: string, options?: RoleAssignmentScheduleRequestsGetOptionalParams) => Promise<RoleAssignmentScheduleRequest>
listForScope
Bir kapsam için rol ataması takvimi talepleri alır.
listForScope: (scope: string, options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleRequest, RoleAssignmentScheduleRequest[], PageSettings>
Özellik Değeri
(scope: string, options?: RoleAssignmentScheduleRequestsListForScopeOptionalParams) => PagedAsyncIterableIterator<RoleAssignmentScheduleRequest, RoleAssignmentScheduleRequest[], PageSettings>
validate
Yeni bir rol atama takvimi talebini doğrular.
validate: (scope: string, roleAssignmentScheduleRequestName: string, parameters: RoleAssignmentScheduleRequest, options?: RoleAssignmentScheduleRequestsValidateOptionalParams) => Promise<RoleAssignmentScheduleRequest>
Özellik Değeri
(scope: string, roleAssignmentScheduleRequestName: string, parameters: RoleAssignmentScheduleRequest, options?: RoleAssignmentScheduleRequestsValidateOptionalParams) => Promise<RoleAssignmentScheduleRequest>