RoleAssignmentScheduleInstances interface
Interface représentant un RoleAssignmentScheduleInstances.
Méthodes
get(string, string, Role |
Obtient la planification d’attribution de rôle spécifiée instance. |
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 la planification d’attribution de rôle spécifiée instance.
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 nom de planification + heure) de la planification d’attribution de rôle à obtenir.
Paramètres d’options.
Retours
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 d’attribution de rôle.
Paramètres d’options.