VirtualMachineVMImageGetDetailsResponse Class

 

The Get Details VM Images operation response.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageGetDetailsResponse

Syntax

public class VirtualMachineVMImageGetDetailsResponse : AzureOperationResponse
public ref class VirtualMachineVMImageGetDetailsResponse : AzureOperationResponse
type VirtualMachineVMImageGetDetailsResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class VirtualMachineVMImageGetDetailsResponse
    Inherits AzureOperationResponse

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineVMImageGetDetailsResponse()

Initializes a new instance of the VirtualMachineVMImageGetDetailsResponse class.

Properties

Name Description
System_CAPS_pubproperty AffinityGroup

Optional. The affinity group name of the virtual machine image.

System_CAPS_pubproperty Category

Optional. The classification of the virtual machine image.

System_CAPS_pubproperty CreatedTime

Optional. The date when the virtual machine image was created.

System_CAPS_pubproperty DataDiskConfigurations

Optional. The data disk configurations.

System_CAPS_pubproperty DeploymentName

Optional. The deployment name of the virtual machine image.

System_CAPS_pubproperty Description

Optional. The description of the virtual machine image.

System_CAPS_pubproperty Eula

Optional. Specifies the End User License Agreement that is associated with the image. The value for this element is a string, but it is recommended that the value be a URL that points to a EULA.

System_CAPS_pubproperty IconUri

Optional. Provides the URI to the icon for this Operating System Image.

System_CAPS_pubproperty ImageFamily

Optional. The image family of the virtual machine image.

System_CAPS_pubproperty IsCorrupted

Optional. The indicator of whether the image is corrupted or not.

System_CAPS_pubproperty IsPremium

Optional. The indicator of whether the virtual machine image is premium.

System_CAPS_pubproperty Label

Optional. An identifier for the virtual machine image.

System_CAPS_pubproperty Language

Optional. The language of the virtual machine image.

System_CAPS_pubproperty Location

Optional. The location name of the virtual machine image.

System_CAPS_pubproperty ModifiedTime

Optional. The date when the virtual machine image was created.

System_CAPS_pubproperty Name

Optional. The name of the virtual machine image.

System_CAPS_pubproperty OSDiskConfiguration

Optional. The OS disk configuration.

System_CAPS_pubproperty PricingDetailLink

Optional. Specifies the URI that points to the pricing detail.

System_CAPS_pubproperty PrivacyUri

Optional. Specifies the URI that points to a document that contains the privacy policy related to the image.

System_CAPS_pubproperty PublishedDate

Optional. Specifies the date when the image was added to the image repository.

System_CAPS_pubproperty PublishedName

Optional. The publisher name of the VM image.

System_CAPS_pubproperty PublisherName

Optional. The name of the publisher of this VM Image in Azure.

System_CAPS_pubproperty RecommendedVMSize

Optional. The recommended size of the virtual machine image.

System_CAPS_pubproperty ReplicationProgress

Optional. The replication progress information of VM images.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty RoleName

Optional. The role name of the virtual machine image.

System_CAPS_pubproperty ServiceName

Optional. The service name of the virtual machine image.

System_CAPS_pubproperty SharingStatus

Optional. The sharing status of the VM image.

System_CAPS_pubproperty ShowInGui

Optional. Specifies whether to show in Gui.

System_CAPS_pubproperty SmallIconUri

Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal.

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top