VirtualMachineOSImageCreateResponse Class
Parameters returned from the Create Virtual Machine Image operation.
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.VirtualMachineOSImageCreateResponse
Syntax
public class VirtualMachineOSImageCreateResponse : AzureOperationResponse
public ref class VirtualMachineOSImageCreateResponse : AzureOperationResponse
type VirtualMachineOSImageCreateResponse =
class
inherit AzureOperationResponse
end
Public Class VirtualMachineOSImageCreateResponse
Inherits AzureOperationResponse
Constructors
Name | Description | |
---|---|---|
VirtualMachineOSImageCreateResponse() | Initializes a new instance of the VirtualMachineOSImageCreateResponse class. |
Properties
Name | Description | |
---|---|---|
Category | Optional. The repository classification of the image. All user images have the category User. |
|
Description | Optional. Specifies the description of the OS 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. Specifies the URI to the icon that is displayed for the image in the Management Portal. |
|
ImageFamily | Optional. Specifies a value that can be used to group OS images. |
|
IOType | Optional. Gets or sets the IO type. |
|
IsPremium | Optional. Indicates if the image contains software or associated services that will incur charges above the core price for the virtual machine. |
|
Label | Optional. Specifies the friendly name of the image. |
|
Language | Optional. Specifies the language of the image. The Language element is only available using version 2013-03-01 or higher. |
|
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. |
|
LogicalSizeInGB | Optional. The size, in GB, of the image. |
|
MediaLinkUri | Optional. Specifies the location of the blob in Azure storage. The blob location must belong to a storage account in the subscription specified by the SubscriptionId value in the operation call. Example: https://example.blob.core.windows.net/disks/mydisk.vhd. |
|
Name | Optional. Specifies a name that Azure uses to identify the image when creating one or more virtual machines. |
|
OperatingSystemType | Optional. The operating system type of the OS image. Possible values are: Linux or Windows. |
|
PrivacyUri | Optional. Specifies the URI that points to a document that contains the privacy policy related to the OS image. |
|
PublishedDate | Optional. Specifies the date when the OS image was added to the image repository. |
|
PublisherName | Optional. Specifies the name of the publisher of the image. |
|
RecommendedVMSize | Optional. Specifies the size to use for the virtual machine that is created from the OS image. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
ShowInGui | Optional. Specifies whether the image should appear in the image gallery. |
|
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. |
|
StatusCode | (Inherited from HttpOperationResponse.) |
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