ProgramEnrollmentManager Class
- java.
lang. Object - com.
azure. resourcemanager. programenrollment. ProgramEnrollmentManager
- com.
public final class ProgramEnrollmentManager
Entry point to ProgramEnrollmentManager.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Program |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Program |
|
static
Program |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Program |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Program |
|
Edu |
eduEnrollments()
Gets the resource collection API of Edu |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Program |
serviceClient()
Gets wrapped service client Program |
Methods inherited from java.lang.Object
Method Details
authenticate
public static ProgramEnrollmentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ProgramEnrollment service API entry point.
Parameters:
Returns:
authenticate
public static ProgramEnrollmentManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ProgramEnrollment service API entry point.
Parameters:
Returns:
configure
public static ProgramEnrollmentManager.Configurable configure()
Gets a Configurable instance that can be used to create ProgramEnrollmentManager with optional configuration.
Returns:
eduEnrollments
public EduEnrollments eduEnrollments()
Gets the resource collection API of EduEnrollments. It manages EduEnrollment.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public ProgramEnrollmentManagementClient serviceClient()
Gets wrapped service client ProgramEnrollmentManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: