GalleryImageVersionUpdate 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 image version that you want to update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class GalleryImageVersionUpdate : Microsoft.Azure.Management.Compute.Models.UpdateResourceDefinition
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GalleryImageVersionUpdate = class
inherit UpdateResourceDefinition
Public Class GalleryImageVersionUpdate
Inherits UpdateResourceDefinition
- Inheritance
- Attributes
Constructors
GalleryImageVersionUpdate() |
Initializes a new instance of the GalleryImageVersionUpdate class. |
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, GalleryImageVersionSafetyProfile, ReplicationStatus) |
Initializes a new instance of the GalleryImageVersionUpdate class. |
GalleryImageVersionUpdate(GalleryImageVersionStorageProfile, String, String, String, IDictionary<String,String>, GalleryImageVersionPublishingProfile, String, ReplicationStatus) |
Initializes a new instance of the GalleryImageVersionUpdate class. |
Properties
Id |
Gets resource Id (Inherited from UpdateResourceDefinition) |
Name |
Gets resource name (Inherited from UpdateResourceDefinition) |
ProvisioningState |
Gets possible values include: 'Creating', 'Updating', 'Failed', 'Succeeded', 'Deleting', 'Migrating' |
PublishingProfile | |
ReplicationStatus | |
SafetyProfile | |
StorageProfile | |
Tags |
Gets or sets resource tags (Inherited from UpdateResourceDefinition) |
Type |
Gets resource type (Inherited from UpdateResourceDefinition) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET