Udostępnij za pośrednictwem


PeeringServiceCountry Class

Definition

The peering service country.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceCountryTypeConverter))]
public class PeeringServiceCountry : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceCountry, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceCountryTypeConverter))>]
type PeeringServiceCountry = class
    interface IPeeringServiceCountry
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class PeeringServiceCountry
Implements IPeeringServiceCountry, IValidates
Inheritance
PeeringServiceCountry
Attributes
Implements

Constructors

PeeringServiceCountry()

Creates an new PeeringServiceCountry instance.

Properties

Id

The ID of the resource.

Name

The name of the resource.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServiceCountry.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServiceCountry.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServiceCountry into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to