PeeringSku 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.
The SKU that defines the tier and kind of the peering.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringSkuTypeConverter))]
public class PeeringSku : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringSkuTypeConverter))>]
type PeeringSku = class
interface IPeeringSku
interface IJsonSerializable
Public Class PeeringSku
Implements IPeeringSku
- Inheritance
-
PeeringSku
- Attributes
- Implements
Constructors
PeeringSku() |
Creates an new PeeringSku instance. |
Properties
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
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.Api20221001.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() |