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

PeeringServiceSku Class

Definition

The SKU that defines the type of the peering service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceSkuTypeConverter))]
public class PeeringServiceSku : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceSkuTypeConverter))>]
type PeeringServiceSku = class
    interface IPeeringServiceSku
    interface IJsonSerializable
Public Class PeeringServiceSku
Implements IPeeringServiceSku
Inheritance
PeeringServiceSku
Attributes
Implements

Constructors

PeeringServiceSku()

Creates an new PeeringServiceSku instance.

Properties

Name

The name of the peering service SKU.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServiceSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServiceSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceSku.

FromJsonString(String)

Creates a new instance of PeeringServiceSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServiceSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to