Aracılığıyla paylaş


RoleEligibilityScheduleInstances interface

RoleEligibilityScheduleInstances'ı temsil eden arabirim.

Yöntemler

get(string, string, RoleEligibilityScheduleInstancesGetOptionalParams)

Belirtilen rol uygunluk zamanlaması örneğini alır.

listForScope(string, RoleEligibilityScheduleInstancesListForScopeOptionalParams)

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ı).

options
RoleEligibilityScheduleInstancesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

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ı.

Döndürülenler