ImageBuilderManager Class

  • java.lang.Object
    • com.azure.resourcemanager.imagebuilder.ImageBuilderManager

public final class ImageBuilderManager

Entry point to ImageBuilderManager. Azure Virtual Machine Image Builder Client.

Method Summary

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

Creates an instance of ImageBuilder service API entry point.

static ImageBuilderManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ImageBuilder service API entry point.

static Configurable configure()

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

Operations operations()

Gets the resource collection API of Operations.

ImageBuilderClient serviceClient()

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

Triggers triggers()

Gets the resource collection API of Triggers.

VirtualMachineImageTemplates virtualMachineImageTemplates()

Gets the resource collection API of VirtualMachineImageTemplates.

Methods inherited from java.lang.Object

Method Details

authenticate

public static ImageBuilderManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of ImageBuilder service API entry point.

Parameters:

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

Returns:

the ImageBuilder service API instance.

authenticate

public static ImageBuilderManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of ImageBuilder service API entry point.

Parameters:

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

Returns:

the ImageBuilder service API instance.

configure

public static ImageBuilderManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

serviceClient

public ImageBuilderClient serviceClient()

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

Returns:

Wrapped service client ImageBuilderClient.

triggers

public Triggers triggers()

Gets the resource collection API of Triggers. It manages Trigger.

Returns:

Resource collection API of Triggers.

virtualMachineImageTemplates

public VirtualMachineImageTemplates virtualMachineImageTemplates()

Gets the resource collection API of VirtualMachineImageTemplates. It manages ImageTemplate.

Returns:

Resource collection API of VirtualMachineImageTemplates.

Applies to