GalleryApplicationVersionInner Class

public final class GalleryApplicationVersionInner
extends Resource

Specifies information about the gallery Application Version that you want to create or update.

Constructor Summary

Constructor Description
GalleryApplicationVersionInner()

Creates an instance of GalleryApplicationVersionInner class.

Method Summary

Modifier and Type Method and Description
GalleryProvisioningState provisioningState()

Get the provisioningState property: The current state of the gallery or gallery artifact.

GalleryApplicationVersionPublishingProfile publishingProfile()

Get the publishingProfile property: The publishing profile of a gallery image version.

ReplicationStatus replicationStatus()

Get the replicationStatus property: This is the replication status of the gallery image version.

GalleryApplicationVersionSafetyProfile safetyProfile()

Get the safetyProfile property: The safety profile of the Gallery Application Version.

void validate()

Validates the instance.

GalleryApplicationVersionInner withLocation(String location)
GalleryApplicationVersionInner withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)

Set the publishingProfile property: The publishing profile of a gallery image version.

GalleryApplicationVersionInner withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile)

Set the safetyProfile property: The safety profile of the Gallery Application Version.

GalleryApplicationVersionInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

GalleryApplicationVersionInner

public GalleryApplicationVersionInner()

Creates an instance of GalleryApplicationVersionInner class.

Method Details

provisioningState

public GalleryProvisioningState provisioningState()

Get the provisioningState property: The current state of the gallery or gallery artifact. The provisioning state, which only appears in the response.

Returns:

the provisioningState value.

publishingProfile

public GalleryApplicationVersionPublishingProfile publishingProfile()

Get the publishingProfile property: The publishing profile of a gallery image version.

Returns:

the publishingProfile value.

replicationStatus

public ReplicationStatus replicationStatus()

Get the replicationStatus property: This is the replication status of the gallery image version.

Returns:

the replicationStatus value.

safetyProfile

public GalleryApplicationVersionSafetyProfile safetyProfile()

Get the safetyProfile property: The safety profile of the Gallery Application Version.

Returns:

the safetyProfile value.

validate

public void validate()

Validates the instance.

withLocation

public GalleryApplicationVersionInner withLocation(String location)

Overrides:

GalleryApplicationVersionInner.withLocation(String location)

Parameters:

location

withPublishingProfile

public GalleryApplicationVersionInner withPublishingProfile(GalleryApplicationVersionPublishingProfile publishingProfile)

Set the publishingProfile property: The publishing profile of a gallery image version.

Parameters:

publishingProfile - the publishingProfile value to set.

Returns:

the GalleryApplicationVersionInner object itself.

withSafetyProfile

public GalleryApplicationVersionInner withSafetyProfile(GalleryApplicationVersionSafetyProfile safetyProfile)

Set the safetyProfile property: The safety profile of the Gallery Application Version.

Parameters:

safetyProfile - the safetyProfile value to set.

Returns:

the GalleryApplicationVersionInner object itself.

withTags

public GalleryApplicationVersionInner withTags(Map tags)

Overrides:

GalleryApplicationVersionInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to