Share via


IDiskPoolUpdate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolUpdateTypeConverter))]
public interface IDiskPoolUpdate : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolUpdateTypeConverter))>]
type IDiskPoolUpdate = interface
    interface IJsonSerializable
Public Interface IDiskPoolUpdate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Disk

List of Azure Managed Disks to attach to a Disk Pool.

ManagedBy

Azure resource id. Indicates if this resource is managed by another Azure resource.

ManagedByExtended

List of Azure resource ids that manage this resource.

SkuName

Sku name

SkuTier

Sku tier

Tag

Resource tags.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to