DiskPoolCreate 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.
Request payload for create or update Disk Pool request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolCreateTypeConverter))]
public class DiskPoolCreate : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolCreate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.DiskPoolCreateTypeConverter))>]
type DiskPoolCreate = class
interface IDiskPoolCreate
interface IJsonSerializable
Public Class DiskPoolCreate
Implements IDiskPoolCreate
- Inheritance
-
DiskPoolCreate
- Attributes
- Implements
Constructors
DiskPoolCreate() |
Creates an new DiskPoolCreate instance. |
Properties
AdditionalCapability |
List of additional capabilities for a Disk Pool. |
AvailabilityZone |
Logical zone for Disk Pool resource; example: ["1"]. |
Disk |
List of Azure Managed Disks to attach to a Disk Pool. |
Id |
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
Location |
The geo-location where the resource lives. |
ManagedBy |
Azure resource id. Indicates if this resource is managed by another Azure resource. |
ManagedByExtended |
List of Azure resource ids that manage this resource. |
Name |
The name of the resource |
SkuName |
Sku name |
SkuTier |
Sku tier |
SubnetId |
Azure Resource ID of a Subnet for the Disk Pool. |
Tag |
Resource tags. |
Type |
The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiskPoolCreate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiskPoolCreate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IDiskPoolCreate. |
FromJsonString(String) |
Creates a new instance of DiskPoolCreate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiskPoolCreate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |