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. Serialized Name: SkuName
public readonly struct CdnSkuName : IEquatable<Azure.ResourceManager.Cdn.Models.CdnSkuName>
type CdnSkuName = struct
Public Structure CdnSkuName
Implements IEquatable(Of CdnSkuName)
- Inheritance
-
CdnSkuName
- Implements
Constructors
CdnSkuName(String) |
Initializes a new instance of CdnSkuName. |
Properties
CustomVerizon |
Custom_Verizon Serialized Name: SkuName.Custom_Verizon |
PremiumAzureFrontDoor |
Premium_AzureFrontDoor Serialized Name: SkuName.Premium_AzureFrontDoor |
PremiumVerizon |
Premium_Verizon Serialized Name: SkuName.Premium_Verizon |
Standard955BandWidthChinaCdn |
Standard_955BandWidth_ChinaCdn Serialized Name: SkuName.Standard_955BandWidth_ChinaCdn |
StandardAkamai |
Standard_Akamai Serialized Name: SkuName.Standard_Akamai |
StandardAvgBandWidthChinaCdn |
Standard_AvgBandWidth_ChinaCdn Serialized Name: SkuName.Standard_AvgBandWidth_ChinaCdn |
StandardAzureFrontDoor |
Standard_AzureFrontDoor Serialized Name: SkuName.Standard_AzureFrontDoor |
StandardChinaCdn |
Standard_ChinaCdn Serialized Name: SkuName.Standard_ChinaCdn |
StandardMicrosoft |
Standard_Microsoft Serialized Name: SkuName.Standard_Microsoft |
StandardPlus955BandWidthChinaCdn |
StandardPlus_955BandWidth_ChinaCdn Serialized Name: SkuName.StandardPlus_955BandWidth_ChinaCdn |
StandardPlusAvgBandWidthChinaCdn |
StandardPlus_AvgBandWidth_ChinaCdn Serialized Name: SkuName.StandardPlus_AvgBandWidth_ChinaCdn |
StandardPlusChinaCdn |
StandardPlus_ChinaCdn Serialized Name: SkuName.StandardPlus_ChinaCdn |
StandardVerizon |
Standard_Verizon Serialized Name: SkuName.Standard_Verizon |
Methods
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
Equality(CdnSkuName, CdnSkuName) |
Determines if two CdnSkuName values are the same. |
Implicit(String to CdnSkuName) |
Converts a String to a CdnSkuName. |
Inequality(CdnSkuName, CdnSkuName) |
Determines if two CdnSkuName values are not the same. |