DelegatedSubnetUsage 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.
Delegated subnet usage data.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.DelegatedSubnetUsageTypeConverter))]
public class DelegatedSubnetUsage : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDelegatedSubnetUsage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.DelegatedSubnetUsageTypeConverter))>]
type DelegatedSubnetUsage = class
interface IDelegatedSubnetUsage
interface IJsonSerializable
Public Class DelegatedSubnetUsage
Implements IDelegatedSubnetUsage
- Inheritance
-
DelegatedSubnetUsage
- Attributes
- Implements
Constructors
DelegatedSubnetUsage() |
Creates an new DelegatedSubnetUsage instance. |
Properties
SubnetName |
name of the subnet |
Usage |
Number of used delegated subnets |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DelegatedSubnetUsage. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DelegatedSubnetUsage. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IDelegatedSubnetUsage. |
FromJsonString(String) |
Creates a new instance of DelegatedSubnetUsage, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DelegatedSubnetUsage into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |