ProgramEnrollmentManager Class

  • java.lang.Object
    • com.azure.resourcemanager.programenrollment.ProgramEnrollmentManager

public final class ProgramEnrollmentManager

Entry point to ProgramEnrollmentManager.

Method Summary

Modifier and Type Method and Description
static ProgramEnrollmentManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ProgramEnrollment service API entry point.

static ProgramEnrollmentManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ProgramEnrollment service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create ProgramEnrollmentManager with optional configuration.

EduEnrollments eduEnrollments()

Gets the resource collection API of EduEnrollments.

Operations operations()

Gets the resource collection API of Operations.

ProgramEnrollmentManagementClient serviceClient()

Gets wrapped service client ProgramEnrollmentManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the ProgramEnrollment service API instance.

authenticate

public static ProgramEnrollmentManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ProgramEnrollment service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the ProgramEnrollment service API instance.

configure

public static ProgramEnrollmentManager.Configurable configure()

Gets a Configurable instance that can be used to create ProgramEnrollmentManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

eduEnrollments

public EduEnrollments eduEnrollments()

Gets the resource collection API of EduEnrollments. It manages EduEnrollment.

Returns:

Resource collection API of EduEnrollments.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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:

Wrapped service client ProgramEnrollmentManagementClient.

Applies to