Partilhar via


RoleAssignmentScheduleInstances interface

Interface que representa uma RoleAssignmentScheduleInstances.

Métodos

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

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

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Obtém instâncias de agendamento de atribuição de funções de uma agenda de atribuição de funções.

Detalhes de Método

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

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

function get(scope: string, roleAssignmentScheduleInstanceName: string, options?: RoleAssignmentScheduleInstancesGetOptionalParams): Promise<RoleAssignmentScheduleInstance>

Parâmetros

scope

string

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

roleAssignmentScheduleInstanceName

string

O nome (hash do nome da agenda + hora) da agenda de atribuição de funções a obter.

options
RoleAssignmentScheduleInstancesGetOptionalParams

Os parâmetros de opções.

Devoluções

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Obtém instâncias de agendamento de atribuição de funções de uma agenda de atribuição de funções.

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

Parâmetros

scope

string

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

options
RoleAssignmentScheduleInstancesListForScopeOptionalParams

Os parâmetros de opções.

Devoluções