DevTestLabCustomImageData 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 class representing the DevTestLabCustomImage data model. A custom image.
public class DevTestLabCustomImageData : Azure.ResourceManager.Models.TrackedResourceData
type DevTestLabCustomImageData = class
inherit TrackedResourceData
Public Class DevTestLabCustomImageData
Inherits TrackedResourceData
- Inheritance
Constructors
DevTestLabCustomImageData(AzureLocation) |
Initializes a new instance of DevTestLabCustomImageData. |
Properties
Author |
The author of the custom image. |
CreatedOn |
The creation date of the custom image. |
CustomImagePlan |
Storage information about the plan related to this custom image. |
DataDiskStorageInfo |
Storage information about the data disks present in the custom image. |
Description |
The description of the custom image. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsPlanAuthorized |
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ManagedImageId |
The Managed Image Id backing the custom image. |
ManagedSnapshotId |
The Managed Snapshot Id backing the custom image. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning status of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UniqueIdentifier |
The unique immutable identifier of a resource (Guid). |
Vhd |
The VHD from which the image is to be created. |
Vm |
The virtual machine from which the image is to be created. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET