RoleEligibilityScheduleInstances interface
RoleEligibilityScheduleInstances'ı temsil eden arabirim.
Yöntemler
| get(string, string, Role |
Belirtilen rol uygunluk zamanlaması örneğini alır. |
| list |
Bir rol uygunluk zamanlamasının rol uygunluk zamanlaması örneklerini alır. |
Yöntem Ayrıntıları
get(string, string, RoleEligibilityScheduleInstancesGetOptionalParams)
Belirtilen rol uygunluk zamanlaması örneğini alır.
function get(scope: string, roleEligibilityScheduleInstanceName: string, options?: RoleEligibilityScheduleInstancesGetOptionalParams): Promise<RoleEligibilityScheduleInstance>
Parametreler
- scope
-
string
Rol uygunluk zamanlamalarının kapsamı.
- roleEligibilityScheduleInstanceName
-
string
Alınabilecek rol uygunluk zamanlamasının adı (zamanlama adı + zaman karması).
Seçenekler parametreleri.
Döndürülenler
Promise<RoleEligibilityScheduleInstance>
listForScope(string, RoleEligibilityScheduleInstancesListForScopeOptionalParams)
Bir rol uygunluk zamanlamasının rol uygunluk zamanlaması örneklerini alır.
function listForScope(scope: string, options?: RoleEligibilityScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleEligibilityScheduleInstance, RoleEligibilityScheduleInstance[], PageSettings>
Parametreler
- scope
-
string
Rol uygunluk zamanlamasının kapsamı.
Seçenekler parametreleri.