Compartilhar via


RoleAssignmentScheduleInstances interface

Interface que representa um RoleAssignmentScheduleInstances.

Métodos

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

Obtém a instância de agendamento de atribuição de função especificada.

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Obtém instâncias de agendamento de atribuição de função de um agendamento de atribuição de função.

Detalhes do 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 dos agendamentos de atribuições de função.

roleAssignmentScheduleInstanceName

string

O nome (hash do nome da agenda + hora) do agendamento de atribuição de função a ser obtido.

options
RoleAssignmentScheduleInstancesGetOptionalParams

Os parâmetros de opções.

Retornos

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Obtém instâncias de agendamento de atribuição de função de um agendamento de atribuição de função.

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

Parâmetros

scope

string

O escopo do agendamento de atribuição de função.

options
RoleAssignmentScheduleInstancesListForScopeOptionalParams

Os parâmetros de opções.

Retornos