CustomImage Interface
public interface CustomImage
An immutable client-side representation of CustomImage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
author()
Gets the author property: The author of the custom image. |
|
abstract
Offset |
creationDate()
Gets the creation |
|
abstract
Custom |
customImagePlan()
Gets the custom |
|
abstract
List<Data |
dataDiskStorageInfo()
Gets the data |
| abstract String |
description()
Gets the description property: The description of the custom image. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Custom |
innerModel()
Gets the inner com. |
| abstract Boolean |
isPlanAuthorized()
Gets the is |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
managedImageId()
Gets the managed |
| abstract String |
managedSnapshotId()
Gets the managed |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
provisioningState()
Gets the provisioning |
|
abstract
Custom |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Custom |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
uniqueIdentifier()
Gets the unique |
| abstract Update |
update()
Begins update for the Custom |
|
abstract
Custom |
vhd()
Gets the vhd property: The VHD from which the image is to be created. |
|
abstract
Custom |
vm()
Gets the vm property: The virtual machine from which the image is to be created. |
Method Details
author
public abstract String author()
Gets the author property: The author of the custom image.
Returns:
creationDate
public abstract OffsetDateTime creationDate()
Gets the creationDate property: The creation date of the custom image.
Returns:
customImagePlan
public abstract CustomImagePropertiesFromPlan customImagePlan()
Gets the customImagePlan property: Storage information about the plan related to this custom image.
Returns:
dataDiskStorageInfo
public abstract List<DataDiskStorageTypeInfo> dataDiskStorageInfo()
Gets the dataDiskStorageInfo property: Storage information about the data disks present in the custom image.
Returns:
description
public abstract String description()
Gets the description property: The description of the custom image.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CustomImageInner innerModel()
Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.CustomImageInner object.
Returns:
isPlanAuthorized
public abstract Boolean isPlanAuthorized()
Gets the isPlanAuthorized property: Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
managedImageId
public abstract String managedImageId()
Gets the managedImageId property: The Managed Image Id backing the custom image.
Returns:
managedSnapshotId
public abstract String managedSnapshotId()
Gets the managedSnapshotId property: The Managed Snapshot Id backing the custom image.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: The provisioning status of the resource.
Returns:
refresh
public abstract CustomImage refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract CustomImage refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
uniqueIdentifier
public abstract String uniqueIdentifier()
Gets the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
Returns:
update
public abstract CustomImage.Update update()
Begins update for the CustomImage resource.
Returns:
vhd
public abstract CustomImagePropertiesCustom vhd()
Gets the vhd property: The VHD from which the image is to be created.
Returns:
vm
public abstract CustomImagePropertiesFromVm vm()
Gets the vm property: The virtual machine from which the image is to be created.
Returns: