ImageInformation 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.
A reference to the Azure Virtual Machines Marketplace Image and additional information about the Image.
public class ImageInformation
type ImageInformation = class
Public Class ImageInformation
- Inheritance
-
ImageInformation
Constructors
ImageInformation() |
Initializes a new instance of the ImageInformation class. |
ImageInformation(String, ImageReference, OSType, VerificationType, IList<String>, Nullable<DateTime>) |
Initializes a new instance of the ImageInformation class. |
Properties
BatchSupportEndOfLife |
Gets or sets the time when the Azure Batch service will stop accepting create Pool requests for the Image. |
Capabilities |
Gets or sets the capabilities or features which the Image supports. |
ImageReference |
Gets or sets the reference to the Azure Virtual Machine's Marketplace Image. |
NodeAgentSKUId |
Gets or sets the ID of the Compute Node agent SKU which the Image supports. |
OsType |
Gets or sets the type of operating system (e.g. Windows or Linux) of the Image. |
VerificationType |
Gets or sets whether the Azure Batch service actively verifies that the Image is compatible with the associated Compute Node agent SKU. |
Applies to
Azure SDK for .NET