ImageBuilderManager Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. ImageBuilderManager
- com.
public final class ImageBuilderManager
Entry point to ImageBuilderManager. Azure Virtual Machine Image Builder Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Image |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Image |
|
static
Image |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Image |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Image |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Image |
serviceClient()
Gets wrapped service client Image |
| Triggers |
triggers()
Gets the resource collection API of Triggers. |
|
Virtual |
virtualMachineImageTemplates()
Gets the resource collection API of Virtual |
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:
Returns:
authenticate
public static ImageBuilderManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ImageBuilder service API entry point.
Parameters:
Returns:
configure
public static ImageBuilderManager.Configurable configure()
Gets a Configurable instance that can be used to create ImageBuilderManager with optional configuration.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
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:
triggers
public Triggers triggers()
Gets the resource collection API of Triggers. It manages Trigger.
Returns:
virtualMachineImageTemplates
public VirtualMachineImageTemplates virtualMachineImageTemplates()
Gets the resource collection API of VirtualMachineImageTemplates. It manages ImageTemplate.
Returns: