Dela via


CdnSkuName Struct

Definition

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

CdnSkuName(String)

Initializes a new instance of CdnSkuName.

Properties

CustomVerizon

Custom_Verizon.

PremiumAzureFrontDoor

Premium_AzureFrontDoor.

PremiumVerizon

Premium_Verizon.

Standard955BandWidthChinaCdn

Standard_955BandWidth_ChinaCdn.

StandardAkamai

Standard_Akamai.

StandardAvgBandWidthChinaCdn

Standard_AvgBandWidth_ChinaCdn.

StandardAzureFrontDoor

Standard_AzureFrontDoor.

StandardChinaCdn

Standard_ChinaCdn.

StandardMicrosoft

Standard_Microsoft.

StandardPlus955BandWidthChinaCdn

StandardPlus_955BandWidth_ChinaCdn.

StandardPlusAvgBandWidthChinaCdn

StandardPlus_AvgBandWidth_ChinaCdn.

StandardPlusChinaCdn

StandardPlus_ChinaCdn.

StandardVerizon

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.

Applies to