EduEnrollmentsOperations interface

Interfejs reprezentujący operacje EduEnrollments.

Właściwości

createOrUpdate

Tworzy lub aktualizuje określony zapis do edukacji.

delete

Usuwa określoną liczbę zapisów do edukacji.

get

Otrzymuje określony poziom zapisu na studia edukacyjne.

listByResourceGroup

Lista zapisów na studia w grupie zasobów.

listBySubscription

Lista zapisów na studia jest zapisana w subskrypcji.

update

Aktualizuje podaną liczbę uczniów edukacyjnych.

Szczegóły właściwości

createOrUpdate

Tworzy lub aktualizuje określony zapis do edukacji.

createOrUpdate: (resourceGroupName: string, enrollmentName: string, resource: EduEnrollment, options?: EduEnrollmentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EduEnrollment>, EduEnrollment>

Wartość właściwości

(resourceGroupName: string, enrollmentName: string, resource: EduEnrollment, options?: EduEnrollmentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EduEnrollment>, EduEnrollment>

delete

Usuwa określoną liczbę zapisów do edukacji.

delete: (resourceGroupName: string, enrollmentName: string, options?: EduEnrollmentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, enrollmentName: string, options?: EduEnrollmentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Otrzymuje określony poziom zapisu na studia edukacyjne.

get: (resourceGroupName: string, enrollmentName: string, options?: EduEnrollmentsGetOptionalParams) => Promise<EduEnrollment>

Wartość właściwości

(resourceGroupName: string, enrollmentName: string, options?: EduEnrollmentsGetOptionalParams) => Promise<EduEnrollment>

listByResourceGroup

Lista zapisów na studia w grupie zasobów.

listByResourceGroup: (resourceGroupName: string, options?: EduEnrollmentsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EduEnrollment, EduEnrollment[], PageSettings>

Wartość właściwości

(resourceGroupName: string, options?: EduEnrollmentsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<EduEnrollment, EduEnrollment[], PageSettings>

listBySubscription

Lista zapisów na studia jest zapisana w subskrypcji.

listBySubscription: (options?: EduEnrollmentsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EduEnrollment, EduEnrollment[], PageSettings>

Wartość właściwości

(options?: EduEnrollmentsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<EduEnrollment, EduEnrollment[], PageSettings>

update

Aktualizuje podaną liczbę uczniów edukacyjnych.

update: (resourceGroupName: string, enrollmentName: string, properties: EduEnrollmentPatch, options?: EduEnrollmentsUpdateOptionalParams) => Promise<EduEnrollment>

Wartość właściwości

(resourceGroupName: string, enrollmentName: string, properties: EduEnrollmentPatch, options?: EduEnrollmentsUpdateOptionalParams) => Promise<EduEnrollment>