VirtualMachineOSImageGetDetailsResponse 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.
The Get Details OS Images operation response.
public class VirtualMachineOSImageGetDetailsResponse : Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetResponse
type VirtualMachineOSImageGetDetailsResponse = class
inherit VirtualMachineOSImageGetResponse
Public Class VirtualMachineOSImageGetDetailsResponse
Inherits VirtualMachineOSImageGetResponse
- Inheritance
-
Microsoft.Azure.AzureOperationResponseVirtualMachineOSImageGetDetailsResponse
Constructors
VirtualMachineOSImageGetDetailsResponse() |
Initializes a new instance of the VirtualMachineOSImageGetDetailsResponse class. |
VirtualMachineOSImageGetDetailsResponse(ComputeImageAttributes) |
Initializes a new instance of the VirtualMachineOSImageGetDetailsResponse class with required arguments. |
Properties
AffinityGroup |
Optional. The affinity in which the media is located. The AffinityGroup value is derived from storage account that contains the blob in which the media is located. If the storage account does not belong to an affinity group the value is NULL and the element is not displayed in the response. This value is NULL for platform images. (Inherited from VirtualMachineOSImageGetResponse) |
Category |
Optional. The repository classification of the image. All user images have the category User. (Inherited from VirtualMachineOSImageGetResponse) |
ComputeImageAttributes |
Required. The compute image attributes. Metadata which is required for this image to be useablein the Microsoft.Compute Provider.The combination of values provided for Offer, Sku, and Verison must be unique for a publisher. |
Description |
Optional. Specifies the description of the image. (Inherited from VirtualMachineOSImageGetResponse) |
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. (Inherited from VirtualMachineOSImageGetResponse) |
IconUri |
Optional. Provides the URI to the icon for this Operating System Image. (Inherited from VirtualMachineOSImageGetResponse) |
ImageFamily |
Optional. Specifies a value that can be used to group images. (Inherited from VirtualMachineOSImageGetResponse) |
IOType |
Optional. Gets or sets the IO type. (Inherited from VirtualMachineOSImageGetResponse) |
IsCorrupted |
Optional. The indicator of whether the image is corrupted or not. |
IsPremium |
Optional. Indicates whether the image contains software or associated services that will incur charges above the core price for the virtual machine. For additional details, see the PricingDetailLink element. (Inherited from VirtualMachineOSImageGetResponse) |
Label |
Optional. An identifier for the image. (Inherited from VirtualMachineOSImageGetResponse) |
Language |
Optional. Specifies the language of the image. The Language element is only available using version 2013-03-01 or higher. (Inherited from VirtualMachineOSImageGetResponse) |
Location |
Optional. The geo-location in which this media is located. The Location value is derived from storage account that contains the blob in which the media is located. If the storage account belongs to an affinity group the value is NULL. If the version is set to 2012-08-01 or later, the locations are returned for platform images; otherwise, this value is NULL for platform images. (Inherited from VirtualMachineOSImageGetResponse) |
LogicalSizeInGB |
Optional. The size, in GB, of the image. (Inherited from VirtualMachineOSImageGetResponse) |
MarketplaceImageAttributes |
Optional. The market place image attributes.Metadata which is required for VM Marketplace sourced imagesto be useable in the Microsoft.Compute Provider. |
MediaLinkUri |
Optional. The location of the blob in Azure storage. The blob location belongs to a storage account in the subscription specified by the SubscriptionId value in the operation call. Example: http://example.blob.core.windows.net/disks/myimage.vhd. (Inherited from VirtualMachineOSImageGetResponse) |
Name |
Optional. The name of the operating system image. This is the name that is used when creating one or more virtual machines using the image. (Inherited from VirtualMachineOSImageGetResponse) |
OperatingSystemType |
Optional. The operating system type of the OS image. Possible values are: Linux or Windows. (Inherited from VirtualMachineOSImageGetResponse) |
PrivacyUri |
Optional. Specifies the URI that points to a document that contains the privacy policy related to the image. (Inherited from VirtualMachineOSImageGetResponse) |
PublishedDate |
Optional. Specifies the date when the image was added to the image repository. (Inherited from VirtualMachineOSImageGetResponse) |
PublisherName |
Optional. The name of the publisher of this OS Image in Azure. (Inherited from VirtualMachineOSImageGetResponse) |
RecommendedVMSize |
Optional. Specifies the size to use for the virtual machine that is created from the OS image. (Inherited from VirtualMachineOSImageGetResponse) |
ReplicationProgress |
Optional. The replication progress information of VM images. |
ShowInGui |
Optional. Indicates whether the image should be shown in the Azure portal. (Inherited from VirtualMachineOSImageGetResponse) |
SmallIconUri |
Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal. The SmallIconUri element is only available using version 2013-03-01 or higher. (Inherited from VirtualMachineOSImageGetResponse) |
Applies to
Azure SDK for .NET