GalleryScriptVersion Class

Definition

Concrete tracked resource types can be created by aliasing this type using a specific property type.

public class GalleryScriptVersion : Microsoft.Azure.Management.Compute.Models.TrackedResource
type GalleryScriptVersion = class
    inherit TrackedResource
Public Class GalleryScriptVersion
Inherits TrackedResource
Inheritance
GalleryScriptVersion

Constructors

Name Description
GalleryScriptVersion()

Initializes a new instance of the GalleryScriptVersion class.

GalleryScriptVersion(String, String, String, String, IDictionary<String,String>, GalleryScriptVersionProperties)

Initializes a new instance of the GalleryScriptVersion class.

Properties

Name Description
Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets describes the properties of a gallery Script Version.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Name Description
Validate()

Validate the object.

Applies to