PoolImage 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 VM image of the machines in the pool.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolImageTypeConverter))]
public class PoolImage : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolImageTypeConverter))>]
type PoolImage = class
interface IPoolImage
interface IJsonSerializable
Public Class PoolImage
Implements IPoolImage
- Inheritance
-
PoolImage
- Attributes
- Implements
Constructors
PoolImage() |
Creates an new PoolImage instance. |
Properties
Alias |
List of aliases to reference the image by. |
Buffer |
The percentage of the buffer to be allocated to this image. |
ResourceId |
The resource id of the image. |
WellKnownImageName |
The image to use from a well-known set of images made available to customers. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PoolImage. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IPoolImage. |
FromJsonString(String) |
Creates a new instance of PoolImage, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |