GalleryImageVersion Class

Definition

Specifies information about the gallery image version that you want to create or update.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryImageVersion : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryImageVersion = class
    inherit Resource
Public Class GalleryImageVersion
Inherits Resource
Inheritance
GalleryImageVersion
Attributes

Constructors

GalleryImageVersion()

Initializes a new instance of the GalleryImageVersion class.

GalleryImageVersion(String, GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, GalleryImageVersionSafetyProfile, ReplicationStatus)

Initializes a new instance of the GalleryImageVersion class.

GalleryImageVersion(String, GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, ReplicationStatus)

Initializes a new instance of the GalleryImageVersion class.

Properties

Id

Gets resource Id

(Inherited from Resource)
Location

Gets or sets resource location

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
ProvisioningState

Gets possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating'

PublishingProfile
ReplicationStatus
SafetyProfile
StorageProfile
Tags

Gets or sets resource tags

(Inherited from Resource)
Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to