PeeringServiceProvider 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.
PeeringService provider
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceProviderTypeConverter))]
public class PeeringServiceProvider : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProvider, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceProviderTypeConverter))>]
type PeeringServiceProvider = class
interface IPeeringServiceProvider
interface IJsonSerializable
interface IResource
interface IValidates
Public Class PeeringServiceProvider
Implements IPeeringServiceProvider, IValidates
- Inheritance
-
PeeringServiceProvider
- Attributes
- Implements
Constructors
PeeringServiceProvider() |
Creates an new PeeringServiceProvider instance. |
Properties
Id |
The ID of the resource. |
Name |
The name of the resource. |
PeeringLocation |
The list of locations at which the service provider peers with Microsoft. |
ServiceProviderName |
The name of the service provider. |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringServiceProvider. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringServiceProvider. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProvider. |
FromJsonString(String) |
Creates a new instance of PeeringServiceProvider, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringServiceProvider into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |