Partager via


RoleAssignmentSchedules interface

Interface représentant un RoleAssignmentSchedules.

Méthodes

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Obtenir la planification d’attribution de rôle spécifiée pour une étendue de ressource

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Obtient les planifications d’attribution de rôle pour une étendue de ressource.

Détails de la méthode

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Obtenir la planification d’attribution de rôle spécifiée pour une étendue de ressource

function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>

Paramètres

scope

string

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

roleAssignmentScheduleName

string

Nom (guid) de la planification d’attribution de rôle à obtenir.

options
RoleAssignmentSchedulesGetOptionalParams

Paramètres d’options.

Retours

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Obtient les planifications d’attribution de rôle pour une étendue de ressource.

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

Paramètres

scope

string

Étendue des planifications des attributions de rôles.

options
RoleAssignmentSchedulesListForScopeOptionalParams

Paramètres d’options.

Retours