你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DelegatedSubnetUsage Class

Definition

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.

Applies to