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

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