GalleryApplicationVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies information about the gallery Application Version that you want to create or update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryApplicationVersion : Microsoft.Azure.Management.Compute.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryApplicationVersion = class
inherit Resource
Public Class GalleryApplicationVersion
Inherits Resource
- Inheritance
- Attributes
Constructors
GalleryApplicationVersion() |
Initializes a new instance of the GalleryApplicationVersion class. |
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, GalleryApplicationVersionSafetyProfile, String, ReplicationStatus) |
Initializes a new instance of the GalleryApplicationVersion class. |
GalleryApplicationVersion(String, GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, String, ReplicationStatus) |
Initializes a new instance of the GalleryApplicationVersion 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 | |
Tags |
Gets or sets resource tags (Inherited from Resource) |
Type |
Gets resource type (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET