Compartir a través de


PeeringSku Class

Definition

The SKU that defines the tier and kind of the peering.

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

Constructors

Name Description
PeeringSku()

Creates an new PeeringSku instance.

Properties

Name Description
Family

The family of the peering SKU.

Name

The name of the peering SKU.

Size

The size of the peering SKU.

Tier

The tier of the peering SKU.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringSku.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to