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