Dela via


PeeringServiceLocationProperties Class

Definition

The properties that define connectivity to the Peering Service Location.

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

Constructors

PeeringServiceLocationProperties()

Creates an new PeeringServiceLocationProperties instance.

Properties

AzureRegion

Azure region for the location

Country

Country of the customer

State

State of the customer

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServiceLocationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServiceLocationProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServiceLocationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to