IPoolImage Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolImageTypeConverter))]
public interface IPoolImage : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.PoolImageTypeConverter))>]
type IPoolImage = interface
interface IJsonSerializable
Public Interface IPoolImage
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |