FrontDoorSkuName 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 FrontDoorSkuName : IEquatable<Azure.ResourceManager.FrontDoor.Models.FrontDoorSkuName>
type FrontDoorSkuName = struct
Public Structure FrontDoorSkuName
Implements IEquatable(Of FrontDoorSkuName)
- Inheritance
-
FrontDoorSkuName
- Implements
Constructors
FrontDoorSkuName(String) |
Initializes a new instance of FrontDoorSkuName. |
Properties
ClassicAzureFrontDoor |
Classic_AzureFrontDoor. |
PremiumAzureFrontDoor |
Premium_AzureFrontDoor. |
StandardAzureFrontDoor |
Standard_AzureFrontDoor. |
Methods
Equals(FrontDoorSkuName) |
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(FrontDoorSkuName, FrontDoorSkuName) |
Determines if two FrontDoorSkuName values are the same. |
Implicit(String to FrontDoorSkuName) |
Converts a string to a FrontDoorSkuName. |
Inequality(FrontDoorSkuName, FrontDoorSkuName) |
Determines if two FrontDoorSkuName values are not the same. |
Applies to
Azure SDK for .NET