RoleAssignmentScheduleInstances interface
Interface représentant un RoleAssignmentScheduleInstances.
Méthode
| get(string, string, Role |
Obtient l’instance de planification d’attribution de rôle spécifiée. |
| list |
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.
Paramètres d’options.
Retourne
Promise<RoleAssignmentScheduleInstance>
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.
Paramètres d’options.