PeeringServiceProviderProperties 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 Provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceProviderPropertiesTypeConverter))]
public class PeeringServiceProviderProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProviderProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceProviderPropertiesTypeConverter))>]
type PeeringServiceProviderProperties = class
interface IPeeringServiceProviderProperties
interface IJsonSerializable
Public Class PeeringServiceProviderProperties
Implements IPeeringServiceProviderProperties
- Inheritance
-
PeeringServiceProviderProperties
- Attributes
- Implements
Constructors
PeeringServiceProviderProperties() |
Creates an new PeeringServiceProviderProperties instance. |
Properties
PeeringLocation |
The list of locations at which the service provider peers with Microsoft. |
ServiceProviderName |
The name of the service provider. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringServiceProviderProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringServiceProviderProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProviderProperties. |
FromJsonString(String) |
Creates a new instance of PeeringServiceProviderProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringServiceProviderProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |