CdnSkuName Struct
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.
Name of the pricing tier.
public readonly struct CdnSkuName : IEquatable<Azure.ResourceManager.Cdn.Models.CdnSkuName>
type CdnSkuName = struct
Public Structure CdnSkuName
Implements IEquatable(Of CdnSkuName)
- Inheritance
-
CdnSkuName
- Implements
Constructors
| Name | Description |
|---|---|
| CdnSkuName(String) |
Initializes a new instance of CdnSkuName. |
Properties
| Name | Description |
|---|---|
| ClassicAzureFrontDoor |
Gets the ClassicAzureFrontDoor. |
| CustomVerizon |
Gets the CustomVerizon. |
| PremiumAzureFrontDoor |
Gets the PremiumAzureFrontDoor. |
| PremiumVerizon |
Gets the PremiumVerizon. |
| Standard955BandWidthChinaCdn |
Gets the Standard955BandWidthChinaCdn. |
| StandardAkamai |
Gets the StandardAkamai. |
| StandardAvgBandWidthChinaCdn |
Gets the StandardAvgBandWidthChinaCdn. |
| StandardAzureFrontDoor |
Gets the StandardAzureFrontDoor. |
| StandardChinaCdn |
Gets the StandardChinaCdn. |
| StandardMicrosoft |
Gets the StandardMicrosoft. |
| StandardPlus955BandWidthChinaCdn |
Gets the StandardPlus955BandWidthChinaCdn. |
| StandardPlusAvgBandWidthChinaCdn |
Gets the StandardPlusAvgBandWidthChinaCdn. |
| StandardPlusChinaCdn |
Gets the StandardPlusChinaCdn. |
| StandardVerizon |
Gets the StandardVerizon. |
Methods
| Name | Description |
|---|---|
| Equals(CdnSkuName) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CdnSkuName, CdnSkuName) |
Determines if two CdnSkuName values are the same. |
| Implicit(String to CdnSkuName) |
Converts a string to a CdnSkuName. |
| Implicit(String to Nullable<CdnSkuName>) | |
| Inequality(CdnSkuName, CdnSkuName) |
Determines if two CdnSkuName values are not the same. |