Partager via


RoleEligibilityScheduleInstances interface

Interface représentant un RoleEligibilityScheduleInstances.

Méthode

get(string, string, RoleEligibilityScheduleInstancesGetOptionalParams)

Obtient l’instance de planification d’éligibilité de rôle spécifiée.

listForScope(string, RoleEligibilityScheduleInstancesListForScopeOptionalParams)

Obtient les instances de planification d’éligibilité de rôle d’une planification d’éligibilité de rôle.

Détails de la méthode

get(string, string, RoleEligibilityScheduleInstancesGetOptionalParams)

Obtient l’instance de planification d’éligibilité de rôle spécifiée.

function get(scope: string, roleEligibilityScheduleInstanceName: string, options?: RoleEligibilityScheduleInstancesGetOptionalParams): Promise<RoleEligibilityScheduleInstance>

Paramètres

scope

string

Étendue des planifications d’éligibilité des rôles.

roleEligibilityScheduleInstanceName

string

Nom (hachage du nom de planification + heure) de la planification de l’éligibilité du rôle à obtenir.

options
RoleEligibilityScheduleInstancesGetOptionalParams

Paramètres d’options.

Retourne

listForScope(string, RoleEligibilityScheduleInstancesListForScopeOptionalParams)

Obtient les instances de planification d’éligibilité de rôle d’une planification d’éligibilité de rôle.

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

Paramètres

scope

string

Étendue de la planification d’éligibilité des rôles.

Retourne