Class ImageProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ImageProperties
Properties of an image.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The description of the image.offer()
Get the offer property: The name of the image offer.Get the provisioningState property: The provisioning state of the resource.Get the publisher property: The publisher of the image.Get the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.sku()
Get the sku property: The SKU name for the image.void
validate()
Validates the instance.
-
Constructor Details
-
ImageProperties
public ImageProperties()Creates an instance of ImageProperties class.
-
-
Method Details
-
description
Get the description property: The description of the image.- Returns:
- the description value.
-
publisher
Get the publisher property: The publisher of the image.- Returns:
- the publisher value.
-
offer
Get the offer property: The name of the image offer.- Returns:
- the offer value.
-
sku
Get the sku property: The SKU name for the image.- Returns:
- the sku value.
-
recommendedMachineConfiguration
Get the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.- Returns:
- the recommendedMachineConfiguration value.
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-