Partilhar via


PeeringServicePrefixEvent Class

Definition

The details of the event associated with a prefix.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringServicePrefixEventTypeConverter))]
public class PeeringServicePrefixEvent : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IPeeringServicePrefixEvent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringServicePrefixEventTypeConverter))>]
type PeeringServicePrefixEvent = class
    interface IPeeringServicePrefixEvent
    interface IJsonSerializable
Public Class PeeringServicePrefixEvent
Implements IPeeringServicePrefixEvent
Inheritance
PeeringServicePrefixEvent
Attributes
Implements

Constructors

Name Description
PeeringServicePrefixEvent()

Creates an new PeeringServicePrefixEvent instance.

Properties

Name Description
EventDescription

The description of the event associated with a prefix.

EventLevel

The level of the event associated with a prefix.

EventSummary

The summary of the event associated with a prefix.

EventTimestamp

The timestamp of the event associated with a prefix.

EventType

The type of the event associated with a prefix.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringServicePrefixEvent.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringServicePrefixEvent.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringServicePrefixEvent into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to