IDiskPoolUpdate 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.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) |