Uses of Class
com.azure.resourcemanager.devcenter.models.ImageReference
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ImageReference in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionDevBoxDefinitionInner.activeImageReference()
Get the activeImageReference property: Image reference information for the currently active image (only populated during updates).DevBoxDefinitionProperties.activeImageReference()
Get the activeImageReference property: Image reference information for the currently active image (only populated during updates).DevBoxDefinitionInner.imageReference()
Get the imageReference property: Image reference information.DevBoxDefinitionUpdateProperties.imageReference()
Get the imageReference property: Image reference information.Modifier and TypeMethodDescriptionDevBoxDefinitionInner.withImageReference
(ImageReference imageReference) Set the imageReference property: Image reference information.DevBoxDefinitionProperties.withImageReference
(ImageReference imageReference) Set the imageReference property: Image reference information.DevBoxDefinitionUpdateProperties.withImageReference
(ImageReference imageReference) Set the imageReference property: Image reference information. -
Uses of ImageReference in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionDevBoxDefinition.activeImageReference()
Gets the activeImageReference property: Image reference information for the currently active image (only populated during updates).DevBoxDefinition.imageReference()
Gets the imageReference property: Image reference information.DevBoxDefinitionUpdate.imageReference()
Get the imageReference property: Image reference information.Set the id property: Image ID, or Image version ID.Set the offer property: The image offer.ImageReference.withPublisher
(String publisher) Set the publisher property: The image publisher.Set the sku property: The image sku.Modifier and TypeMethodDescriptionDevBoxDefinition.DefinitionStages.WithImageReference.withImageReference
(ImageReference imageReference) Specifies the imageReference property: Image reference information..DevBoxDefinition.UpdateStages.WithImageReference.withImageReference
(ImageReference imageReference) Specifies the imageReference property: Image reference information..DevBoxDefinitionUpdate.withImageReference
(ImageReference imageReference) Set the imageReference property: Image reference information.