PeeringServiceProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServicePropertiesTypeConverter))]
public class PeeringServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServicePropertiesTypeConverter))>]
type PeeringServiceProperties = class
interface IPeeringServiceProperties
interface IJsonSerializable
Public Class PeeringServiceProperties
Implements IPeeringServiceProperties
- Inheritance
-
PeeringServiceProperties
- Attributes
- Implements
Constructors
PeeringServiceProperties() |
Creates an new PeeringServiceProperties instance. |
Properties
LogAnalyticWorkspacePropertyConnectedAgent |
The list of connected agents. |
LogAnalyticWorkspacePropertyKey |
The Workspace Key. |
LogAnalyticWorkspacePropertyWorkspaceId |
The Workspace ID. |
PeeringServiceLocation |
The location (state/province) of the customer. |
PeeringServiceProvider |
The name of the service provider. |
ProviderBackupPeeringLocation |
The backup peering (Microsoft/service provider) location to be used for customer traffic. |
ProviderPrimaryPeeringLocation |
The primary peering (Microsoft/service provider) location to be used for customer traffic. |
ProvisioningState |
The provisioning state of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringServiceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringServiceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServiceProperties. |
FromJsonString(String) |
Creates a new instance of PeeringServiceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringServiceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |