RequiredAmlFilesystemSubnetsSize 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.
Information about the number of available IP addresses that are required for the AML file system.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.RequiredAmlFilesystemSubnetsSizeTypeConverter))]
public class RequiredAmlFilesystemSubnetsSize : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IRequiredAmlFilesystemSubnetsSize
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.RequiredAmlFilesystemSubnetsSizeTypeConverter))>]
type RequiredAmlFilesystemSubnetsSize = class
interface IRequiredAmlFilesystemSubnetsSize
interface IJsonSerializable
Public Class RequiredAmlFilesystemSubnetsSize
Implements IRequiredAmlFilesystemSubnetsSize
- Inheritance
-
RequiredAmlFilesystemSubnetsSize
- Attributes
- Implements
Constructors
RequiredAmlFilesystemSubnetsSize() |
Creates an new RequiredAmlFilesystemSubnetsSize instance. |
Properties
FilesystemSubnetSize |
The number of available IP addresses that are required for the AML file system. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequiredAmlFilesystemSubnetsSize. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequiredAmlFilesystemSubnetsSize. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IRequiredAmlFilesystemSubnetsSize. |
FromJsonString(String) |
Creates a new instance of RequiredAmlFilesystemSubnetsSize, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequiredAmlFilesystemSubnetsSize into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |