EduEnrollmentsOperations interface

Interface representing a EduEnrollments operations.

Properties

createOrUpdate

Creates or updates the specified edu enrollment.

delete

Deletes the specified edu enrollment.

get

Gets the specified edu enrollment.

listByResourceGroup

Lists the edu enrollments in a resource group.

listBySubscription

Lists the edu enrollments in a subscription.

update

Updates the specified edu enrollment.

Property Details

createOrUpdate

Creates or updates the specified edu enrollment.

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

Property Value

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

delete

Deletes the specified edu enrollment.

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

Property Value

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

get

Gets the specified edu enrollment.

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

Property Value

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

listByResourceGroup

Lists the edu enrollments in a resource group.

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

Property Value

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

listBySubscription

Lists the edu enrollments in a subscription.

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

Property Value

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

update

Updates the specified edu enrollment.

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

Property Value

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