RoleAssignmentScheduleInstances interface
Interface que representa uma RoleAssignmentScheduleInstances.
Métodos
get(string, string, Role |
Obtém a instância de agendamento de atribuição de funções especificada. |
list |
Obtém instâncias de agendamento de atribuição de funções de uma agenda de atribuição de funções. |
Detalhes de Método
get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)
Obtém a instância de agendamento de atribuição de funções especificada.
function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>
Parâmetros
- scope
-
string
O âmbito das agendas de atribuições de funções.
- roleAssignmentScheduleInstanceName
-
string
O nome (hash do nome da agenda + hora) da agenda de atribuição de funções a obter.
Os parâmetros de opções.
Devoluções
Promise<RoleAssignmentScheduleInstance>
listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)
Obtém instâncias de agendamento de atribuição de funções de uma agenda de atribuição de funções.
function listForScope(scope: string, options?: RoleAssignmentScheduleInstancesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentScheduleInstance, RoleAssignmentScheduleInstance[], PageSettings>
Parâmetros
- scope
-
string
O âmbito da agenda de atribuição de funções.
Os parâmetros de opções.