PeeringRegisteredPrefix 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 customer's prefix that is registered by the peering service provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredPrefixTypeConverter))]
public class PeeringRegisteredPrefix : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredPrefix, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredPrefixTypeConverter))>]
type PeeringRegisteredPrefix = class
interface IPeeringRegisteredPrefix
interface IJsonSerializable
interface IResource
interface IValidates
Public Class PeeringRegisteredPrefix
Implements IPeeringRegisteredPrefix, IValidates
- Inheritance
-
PeeringRegisteredPrefix
- Attributes
- Implements
Constructors
PeeringRegisteredPrefix() |
Creates an new PeeringRegisteredPrefix instance. |
Properties
ErrorMessage |
The error message associated with the validation state, if any. |
Id |
The ID of the resource. |
Name |
The name of the resource. |
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. |
ResourceGroupName |
Gets the resource group name |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringRegisteredPrefix. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringRegisteredPrefix. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredPrefix. |
FromJsonString(String) |
Creates a new instance of PeeringRegisteredPrefix, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringRegisteredPrefix into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |