Interface Image
public interface Image
An immutable client-side representation of Image.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description property: The description of the image.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageInner object.name()
Gets the name property: The name of the resource.offer()
Gets the offer property: The name of the image offer.Gets the provisioningState property: The provisioning state of the resource.Gets the publisher property: The publisher of the image.Gets the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.sku()
Gets the sku property: The SKU name for the image.com.azure.core.management.SystemData
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
description
String description()Gets the description property: The description of the image.- Returns:
- the description value.
-
publisher
String publisher()Gets the publisher property: The publisher of the image.- Returns:
- the publisher value.
-
offer
String offer()Gets the offer property: The name of the image offer.- Returns:
- the offer value.
-
sku
String sku()Gets the sku property: The SKU name for the image.- Returns:
- the sku value.
-
recommendedMachineConfiguration
RecommendedMachineConfiguration recommendedMachineConfiguration()Gets the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.- Returns:
- the recommendedMachineConfiguration value.
-
provisioningState
ProvisioningState provisioningState()Gets the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
innerModel
ImageInner innerModel()Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageInner object.- Returns:
- the inner object.
-