Partilhar 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 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.

options
RoleAssignmentScheduleInstancesGetOptionalParams

Os parâmetros de opções.

Devoluções

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.

options
RoleAssignmentScheduleInstancesListForScopeOptionalParams

Os parâmetros de opções.

Devoluções