Megosztás a következőn keresztül:


SapDiskConfiguration Class

Definition

The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapDiskConfigurationTypeConverter))]
public class SapDiskConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapDiskConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapDiskConfigurationTypeConverter))>]
type SapDiskConfiguration = class
    interface ISapDiskConfiguration
    interface IJsonSerializable
Public Class SapDiskConfiguration
Implements ISapDiskConfiguration
Inheritance
SapDiskConfiguration
Attributes
Implements

Constructors

SapDiskConfiguration()

Creates an new SapDiskConfiguration instance.

Properties

RecommendedConfigurationCount

The total number of disks required for the concerned volume.

RecommendedConfigurationSizeGb

The disk size in GB.

SkuName

Defines the disk sku name.

SupportedConfiguration

The list of supported disks for a given VM Sku.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapDiskConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapDiskConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapDiskConfiguration.

FromJsonString(String)

Creates a new instance of SapDiskConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapDiskConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to