RoleAssignmentSchedules interface
Interface que representa um RoleAssignmentSchedules.
Métodos
| get(string, string, Role |
Obter o cronograma de atribuição de função especificado para um escopo de recurso |
| list |
Obtém agendas de atribuição de função para um escopo de recurso. |
Detalhes de Método
get(string, string, RoleAssignmentSchedulesGetOptionalParams)
Obter o cronograma de atribuição de função especificado para um escopo de recurso
function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>
Parâmetros
- scope
-
string
O escopo do cronograma de atribuição de função.
- roleAssignmentScheduleName
-
string
O nome (guid) da agenda de atribuição de função a ser obtida.
Os parâmetros de opções.
Devoluções
Promise<RoleAssignmentSchedule>
listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)
Obtém agendas de atribuição de função para um escopo de recurso.
function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>
Parâmetros
- scope
-
string
O escopo das agendas de atribuições de função.
Os parâmetros de opções.