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.PostgreSql.Models.Api20210601.StorageEditionCapabilityTypeConverter))]
public class StorageEditionCapability : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IStorageEditionCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.StorageEditionCapabilityTypeConverter))>]
type StorageEditionCapability = class
interface IStorageEditionCapability
interface IJsonSerializable
Public Class StorageEditionCapability
Implements IStorageEditionCapability
- Inheritance
-
StorageEditionCapability
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageEditionCapability() |
Creates an new StorageEditionCapability instance. |
Properties
| Name | Description |
|---|---|
| Name |
storage edition name |
| Status |
The status |
| SupportedStorageMb | |
Methods
| Name | Description |
|---|---|
| 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.PostgreSql.Models.Api20210601.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. |