Aracılığıyla paylaş


RoleAssignmentScheduleInstances interface

RoleAssignmentScheduleInstances'ı temsil eden arabirim.

Yöntemler

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

Belirtilen rol ataması zamanlama örneğini alır.

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Rol atama zamanlamasının rol atama zamanlama örneklerini alır.

Yöntem Ayrıntıları

get(string, string, RoleAssignmentScheduleInstancesGetOptionalParams)

Belirtilen rol ataması zamanlama örneğini alır.

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

Parametreler

scope

string

Rol atamaları zamanlamalarının kapsamı.

roleAssignmentScheduleInstanceName

string

Alınacak rol atama zamanlamasının adı (zamanlama adı + zaman karması).

options
RoleAssignmentScheduleInstancesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listForScope(string, RoleAssignmentScheduleInstancesListForScopeOptionalParams)

Rol atama zamanlamasının rol atama zamanlama örneklerini alır.

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

Parametreler

scope

string

Rol atama zamanlamasının kapsamı.

Döndürülenler