次の方法で共有


RequiredAmlFilesystemSubnetsSizeInfo Class

Definition

Information required to get the number of available IP addresses a subnet should have that will be used in AML file system create

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.RequiredAmlFilesystemSubnetsSizeInfoTypeConverter))]
public class RequiredAmlFilesystemSubnetsSizeInfo : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IRequiredAmlFilesystemSubnetsSizeInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.RequiredAmlFilesystemSubnetsSizeInfoTypeConverter))>]
type RequiredAmlFilesystemSubnetsSizeInfo = class
    interface IRequiredAmlFilesystemSubnetsSizeInfo
    interface IJsonSerializable
Public Class RequiredAmlFilesystemSubnetsSizeInfo
Implements IRequiredAmlFilesystemSubnetsSizeInfo
Inheritance
RequiredAmlFilesystemSubnetsSizeInfo
Attributes
Implements

Constructors

RequiredAmlFilesystemSubnetsSizeInfo()

Creates an new RequiredAmlFilesystemSubnetsSizeInfo instance.

Properties

SkuName

SKU name for this resource.

StorageCapacityTiB

The size of the AML file system, in TiB.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RequiredAmlFilesystemSubnetsSizeInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RequiredAmlFilesystemSubnetsSizeInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IRequiredAmlFilesystemSubnetsSizeInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RequiredAmlFilesystemSubnetsSizeInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to