StorageEditionCapability 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.
storage edition capability
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.StorageEditionCapabilityTypeConverter))]
public class StorageEditionCapability : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.StorageEditionCapabilityTypeConverter))>]
type StorageEditionCapability = class
interface IStorageEditionCapability
interface IJsonSerializable
Public Class StorageEditionCapability
Implements IStorageEditionCapability
- Inheritance
-
StorageEditionCapability
- Attributes
- Implements
Constructors
StorageEditionCapability() |
Creates an new StorageEditionCapability instance. |
Properties
MaxBackupRetentionDay |
Maximum backup retention days |
MaxStorageSize |
The maximum supported storage size. |
MinBackupRetentionDay |
Minimal backup retention days |
MinStorageSize |
The minimal supported storage size. |
Name |
storage edition name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageEditionCapability. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageEditionCapability. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IStorageEditionCapability. |
FromJsonString(String) |
Creates a new instance of StorageEditionCapability, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageEditionCapability into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |