VirtualNetworkSubnetUsageResult 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.
Virtual network subnet usage data.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.VirtualNetworkSubnetUsageResultTypeConverter))]
public class VirtualNetworkSubnetUsageResult : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVirtualNetworkSubnetUsageResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.VirtualNetworkSubnetUsageResultTypeConverter))>]
type VirtualNetworkSubnetUsageResult = class
interface IVirtualNetworkSubnetUsageResult
interface IJsonSerializable
Public Class VirtualNetworkSubnetUsageResult
Implements IVirtualNetworkSubnetUsageResult
- Inheritance
-
VirtualNetworkSubnetUsageResult
- Attributes
- Implements
Constructors
VirtualNetworkSubnetUsageResult() |
Creates an new VirtualNetworkSubnetUsageResult instance. |
Properties
DelegatedSubnetsUsage |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualNetworkSubnetUsageResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualNetworkSubnetUsageResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IVirtualNetworkSubnetUsageResult. |
FromJsonString(String) |
Creates a new instance of VirtualNetworkSubnetUsageResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualNetworkSubnetUsageResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |