Image Interface
public interface Image
An immutable client-side representation of Image.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
author()
Gets the author property: The image author. |
| abstract List<String> |
availableRegions()
Gets the available |
| abstract String |
description()
Gets the description property: A description of the image. |
| abstract String |
displayName()
Gets the display |
|
abstract
Enable |
enabledState()
Gets the enabled |
| abstract String |
iconUrl()
Gets the icon |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Image |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
offer()
Gets the offer property: The ID of an offer associated with the image. |
|
abstract
Os |
osState()
Gets the os |
|
abstract
Os |
osType()
Gets the os |
| abstract String |
plan()
Gets the plan property: The ID of marketplace plan associated with the image (optional). |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
| abstract String |
publisher()
Gets the publisher property: The ID of the publisher of the image. |
| abstract Image |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Image |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
sharedGalleryId()
Gets the shared |
| abstract String |
sku()
Gets the sku property: The image SKU. |
|
abstract
System |
systemData()
Gets the system |
|
abstract
Enable |
termsStatus()
Gets the terms |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Image resource. |
| abstract String |
version()
Gets the version property: The image version. |
Method Details
author
public abstract String author()
Gets the author property: The image author.
Returns:
availableRegions
public abstract List<String> availableRegions()
Gets the availableRegions property: The available regions of the image in the shared gallery.
Returns:
description
public abstract String description()
Gets the description property: A description of the image.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The image display name.
Returns:
enabledState
public abstract EnableState enabledState()
Gets the enabledState property: Is the image enabled.
Returns:
iconUrl
public abstract String iconUrl()
Gets the iconUrl property: URL of the image icon.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ImageInner innerModel()
Gets the inner com.azure.resourcemanager.labservices.fluent.models.ImageInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
offer
public abstract String offer()
Gets the offer property: The ID of an offer associated with the image.
Returns:
osState
public abstract OsState osState()
Gets the osState property: The OS State of the image.
Returns:
osType
public abstract OsType osType()
Gets the osType property: The OS Type of the image.
Returns:
plan
public abstract String plan()
Gets the plan property: The ID of marketplace plan associated with the image (optional).
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Current provisioning state of the image.
Returns:
publisher
public abstract String publisher()
Gets the publisher property: The ID of the publisher of the image.
Returns:
refresh
public abstract Image refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Image refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sharedGalleryId
public abstract String sharedGalleryId()
Gets the sharedGalleryId property: The ID for the image in the shared gallery.
Returns:
sku
public abstract String sku()
Gets the sku property: The image SKU.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Metadata pertaining to creation and last modification of the image.
Returns:
termsStatus
public abstract EnableState termsStatus()
Gets the termsStatus property: The status of image terms of use (enabled = accepted, disabled = not accepted).
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Image.Update update()
Begins update for the Image resource.
Returns:
version
public abstract String version()
Gets the version property: The image version.
Returns: