Partilhar via


RoleAssignmentSchedules interface

Interface que representa um RoleAssignmentSchedules.

Métodos

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Obter o cronograma de atribuição de função especificado para um escopo de recurso

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

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.

options
RoleAssignmentSchedulesGetOptionalParams

Os parâmetros de opções.

Devoluções

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.

options
RoleAssignmentSchedulesListForScopeOptionalParams

Os parâmetros de opções.

Devoluções