GalleryImage Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.GalleryImageInner> com.microsoft.azure.arm.model.Indexable com.microsoft.azure.arm.model.Refreshable<GalleryImage> com.microsoft.azure.arm.model.Updatable<Update> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabServicesManager>

public interface GalleryImage
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.labservices.v2018_10_15.implementation.GalleryImageInner>, com.microsoft.azure.arm.model.Indexable, com.microsoft.azure.arm.model.Refreshable<GalleryImage>, com.microsoft.azure.arm.model.Updatable<Update>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.labservices.v2018_10_15.implementation.LabServicesManager>

Type representing GalleryImage.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String author()
abstract org.joda.time.DateTime createdDate()
abstract java.lang.String description()
abstract java.lang.String icon()
abstract java.lang.String id()
abstract GalleryImageReference imageReference()
abstract java.lang.Boolean isEnabled()
abstract java.lang.Boolean isOverride()
abstract java.lang.Boolean isPlanAuthorized()
abstract LatestOperationResult latestOperationResult()
abstract java.lang.String location()
abstract java.lang.String name()
abstract java.lang.String planId()
abstract java.lang.String provisioningState()
abstract java.util.Map<java.lang.String,java.lang.String> tags()
abstract java.lang.String type()
abstract java.lang.String uniqueIdentifier()

Method Details

author

public abstract String author()

Returns:

the author value.

createdDate

public abstract DateTime createdDate()

Returns:

the createdDate value.

description

public abstract String description()

Returns:

the description value.

icon

public abstract String icon()

Returns:

the icon value.

id

public abstract String id()

Returns:

the id value.

imageReference

public abstract GalleryImageReference imageReference()

Returns:

the imageReference value.

isEnabled

public abstract Boolean isEnabled()

Returns:

the isEnabled value.

isOverride

public abstract Boolean isOverride()

Returns:

the isOverride value.

isPlanAuthorized

public abstract Boolean isPlanAuthorized()

Returns:

the isPlanAuthorized value.

latestOperationResult

public abstract LatestOperationResult latestOperationResult()

Returns:

the latestOperationResult value.

location

public abstract String location()

Returns:

the location value.

name

public abstract String name()

Returns:

the name value.

planId

public abstract String planId()

Returns:

the planId value.

provisioningState

public abstract String provisioningState()

Returns:

the provisioningState value.

tags

public abstract Map tags()

Returns:

the tags value.

type

public abstract String type()

Returns:

the type value.

uniqueIdentifier

public abstract String uniqueIdentifier()

Returns:

the uniqueIdentifier value.

Applies to