ProgramEnrollmentExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.ProgramEnrollment.
public static class ProgramEnrollmentExtensions
type ProgramEnrollmentExtensions = class
Public Module ProgramEnrollmentExtensions
- Inheritance
-
ProgramEnrollmentExtensions
Methods
| Name | Description |
|---|---|
| GetEduEnrollment(ResourceGroupResource, String, CancellationToken) |
Gets the specified edu enrollment. <item> Mocking. To mock this method, please mock GetEduEnrollment(String, CancellationToken) instead. </item> |
| GetEduEnrollmentAsync(ResourceGroupResource, String, CancellationToken) |
Gets the specified edu enrollment. <item> Mocking. To mock this method, please mock GetEduEnrollmentAsync(String, CancellationToken) instead. </item> |
| GetEduEnrollmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a EduEnrollmentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetEduEnrollmentResource(ResourceIdentifier) instead. </item> |
| GetEduEnrollments(ResourceGroupResource) |
Gets a collection of EduEnrollments in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetEduEnrollments() instead. </item> |
| GetEduEnrollments(SubscriptionResource, CancellationToken) |
Lists the edu enrollments in a subscription. <item> Mocking. To mock this method, please mock GetEduEnrollments(CancellationToken) instead. </item> |
| GetEduEnrollmentsAsync(SubscriptionResource, CancellationToken) |
Lists the edu enrollments in a subscription. <item> Mocking. To mock this method, please mock GetEduEnrollmentsAsync(CancellationToken) instead. </item> |