Partilhar via


PoolImage Class

Definition

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)

Deserializes a PSObject into an instance of PoolImage.

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)

Serializes this instance of PoolImage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to