Class ImageBuilderManager


  • public final class ImageBuilderManager
    extends Object
    Entry point to ImageBuilderManager. Azure Virtual Machine Image Builder Client.
    • Method Detail

      • authenticate

        public static ImageBuilderManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                       com.azure.core.management.profile.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.
      • authenticate

        public static ImageBuilderManager authenticate​(com.azure.core.http.HttpPipeline httpPipeline,
                                                       com.azure.core.management.profile.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.
      • 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.
      • virtualMachineImageTemplates

        public VirtualMachineImageTemplates virtualMachineImageTemplates()
        Gets the resource collection API of VirtualMachineImageTemplates. It manages ImageTemplate.
        Returns:
        Resource collection API of VirtualMachineImageTemplates.
      • operations

        public Operations operations()
        Gets the resource collection API of Operations.
        Returns:
        Resource collection API of Operations.
      • serviceClient

        public ImageBuilderClient serviceClient()
        Returns:
        Wrapped service client ImageBuilderClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.