Partager via


RoleAssignmentScheduleInstances interface

Interface représentant un RoleAssignmentScheduleInstances.

Méthode

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

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

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

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

Détails de la méthode

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

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

function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>

Paramètres

scope

string

Étendue des planifications des attributions de rôles.

roleAssignmentScheduleInstanceName

string

Nom (hachage du nom de planification + heure) de la planification d’attribution de rôle à obtenir.

options
RoleAssignmentScheduleInstancesGetOptionalParams

Paramètres d’options.

Retourne

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

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

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

Paramètres

scope

string

Étendue de la planification de l’attribution de rôle.

Retourne