PeeringServicePrefixEvent 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 details of the event associated with a prefix.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServicePrefixEventTypeConverter))]
public class PeeringServicePrefixEvent : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringServicePrefixEvent
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringServicePrefixEventTypeConverter))>]
type PeeringServicePrefixEvent = class
interface IPeeringServicePrefixEvent
interface IJsonSerializable
Public Class PeeringServicePrefixEvent
Implements IPeeringServicePrefixEvent
- Inheritance
-
PeeringServicePrefixEvent
- Attributes
- Implements
Constructors
PeeringServicePrefixEvent() |
Creates an new PeeringServicePrefixEvent instance. |
Properties
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
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.Api20221001.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() |