Dela via


PeeringRegisteredPrefixProperties Class

Definition

The properties that define a registered prefix.

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

Constructors

PeeringRegisteredPrefixProperties()

Creates an new PeeringRegisteredPrefixProperties instance.

Properties

ErrorMessage

The error message associated with the validation state, if any.

PeeringServicePrefixKey

The peering service prefix key that is to be shared with the customer.

Prefix

The customer's prefix from which traffic originates.

PrefixValidationState

The prefix validation state.

ProvisioningState

The provisioning state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringRegisteredPrefixProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringRegisteredPrefixProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringRegisteredPrefixProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to