CdnPeeringPrefix 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 CDN peering prefix
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.CdnPeeringPrefixTypeConverter))]
public class CdnPeeringPrefix : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ICdnPeeringPrefix, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.CdnPeeringPrefixTypeConverter))>]
type CdnPeeringPrefix = class
interface ICdnPeeringPrefix
interface IJsonSerializable
interface IResource
interface IValidates
Public Class CdnPeeringPrefix
Implements ICdnPeeringPrefix, IValidates
- Inheritance
-
CdnPeeringPrefix
- Attributes
- Implements
Constructors
CdnPeeringPrefix() |
Creates an new CdnPeeringPrefix instance. |
Properties
AzureRegion |
The Azure region. |
AzureService |
The Azure service. |
BgpCommunity |
The BGP Community |
Id |
The ID of the resource. |
IsPrimaryRegion |
The flag that indicates whether or not this is the primary region. |
Name |
The name of the resource. |
Prefix |
The prefix. |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CdnPeeringPrefix. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CdnPeeringPrefix. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ICdnPeeringPrefix. |
FromJsonString(String) |
Creates a new instance of CdnPeeringPrefix, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CdnPeeringPrefix into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |