VirtualMachineVMImageListResponse.VirtualMachineVMImage Class
A virtual machine image associated with your subscription.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse.VirtualMachineVMImage
Syntax
public class VirtualMachineVMImage
public ref class VirtualMachineVMImage
type VirtualMachineVMImage = class end
Public Class VirtualMachineVMImage
Constructors
Name | Description | |
---|---|---|
VirtualMachineVMImageListResponse.VirtualMachineVMImage() | Initializes a new instance of the VirtualMachineVMImage class. |
Properties
Name | Description | |
---|---|---|
AffinityGroup | Optional. The affinity group name of the virtual machine image. |
|
Category | Optional. The classification of the virtual machine image. |
|
CreatedTime | Optional. The date when the virtual machine image was created. |
|
DataDiskConfigurations | Optional. The data disk configurations. |
|
DeploymentName | Optional. The deployment name of the virtual machine image. |
|
Description | Optional. The description of the virtual machine image. |
|
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. |
|
IconUri | Optional. Provides the URI to the icon for this Operating System Image. |
|
ImageFamily | Optional. The image family of the virtual machine image. |
|
IsPremium | Optional. The indicator of whether the virtual machine image is premium. |
|
Label | Optional. An identifier for the virtual machine image. |
|
Language | Optional. The language of the virtual machine image. |
|
Location | Optional. The location name of the virtual machine image. |
|
ModifiedTime | Optional. The date when the virtual machine image was created. |
|
Name | Optional. The name of the virtual machine image. |
|
OSDiskConfiguration | Optional. The OS disk configuration. |
|
PricingDetailLink | Optional. Specifies the URI that points to the pricing detail. |
|
PrivacyUri | Optional. Specifies the URI that points to a document that contains the privacy policy related to the image. |
|
PublishedDate | Optional. Specifies the date when the image was added to the image repository. |
|
PublisherName | Optional. The name of the publisher of this VM Image in Azure. |
|
RecommendedVMSize | Optional. The recommended size of the virtual machine image. |
|
RoleName | Optional. The role name of the virtual machine image. |
|
ServiceName | Optional. The service name of the virtual machine image. |
|
ShowInGui | Optional. Specifies whether to show in Gui. |
|
SmallIconUri | Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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