PeeringServiceLocationProperties 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 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() |