Partilhar via


RoleAssignmentSchedules interface

Interface que representa uma RoleAssignmentSchedules.

Métodos

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Obter a agenda de atribuição de funções especificada para um âmbito de recurso

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Obtém agendas de atribuição de funções para um âmbito de recurso.

Detalhes de Método

get(string, string, RoleAssignmentSchedulesGetOptionalParams)

Obter a agenda de atribuição de funções especificada para um âmbito de recurso

function get(scope: string, roleAssignmentScheduleName: string, options?: RoleAssignmentSchedulesGetOptionalParams): Promise<RoleAssignmentSchedule>

Parâmetros

scope

string

O âmbito da agenda de atribuição de funções.

roleAssignmentScheduleName

string

O nome (guid) da agenda de atribuição de funções a obter.

options
RoleAssignmentSchedulesGetOptionalParams

Os parâmetros de opções.

Devoluções

listForScope(string, RoleAssignmentSchedulesListForScopeOptionalParams)

Obtém agendas de atribuição de funções para um âmbito de recurso.

function listForScope(scope: string, options?: RoleAssignmentSchedulesListForScopeOptionalParams): PagedAsyncIterableIterator<RoleAssignmentSchedule, RoleAssignmentSchedule[], PageSettings>

Parâmetros

scope

string

O âmbito das agendas de atribuições de funções.

options
RoleAssignmentSchedulesListForScopeOptionalParams

Os parâmetros de opções.

Devoluções