PeeringService Class

Definition

Peering Service

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceTypeConverter))]
public class PeeringService : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringService, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServiceTypeConverter))>]
type PeeringService = class
    interface IPeeringService
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class PeeringService
Implements IPeeringService, IValidates
Inheritance
PeeringService
Attributes
Implements

Constructors

PeeringService()

Creates an new PeeringService instance.

Properties

Id

The ID of the resource.

Location

The location of the resource.

LogAnalyticWorkspacePropertyConnectedAgent

The list of connected agents.

LogAnalyticWorkspacePropertyKey

The Workspace Key.

LogAnalyticWorkspacePropertyWorkspaceId

The Workspace ID.

Name

The name of the resource.

PeeringServiceLocation

The location (state/province) of the customer.

Provider

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.

ResourceGroupName

Gets the resource group name

SkuName

The name of the peering service SKU.

Tag

The resource tags.

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringService.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to