VCoreSkuTier 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.
The name of the Azure pricing tier to which the SKU applies.
public readonly struct VCoreSkuTier : IEquatable<Azure.ResourceManager.PowerBIDedicated.Models.VCoreSkuTier>
type VCoreSkuTier = struct
Public Structure VCoreSkuTier
Implements IEquatable(Of VCoreSkuTier)
- Inheritance
-
VCoreSkuTier
- Implements
Constructors
VCoreSkuTier(String) |
Initializes a new instance of VCoreSkuTier. |
Properties
AutoScale |
AutoScale. |
Methods
Equals(VCoreSkuTier) |
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(VCoreSkuTier, VCoreSkuTier) |
Determines if two VCoreSkuTier values are the same. |
Implicit(String to VCoreSkuTier) |
Converts a string to a VCoreSkuTier. |
Inequality(VCoreSkuTier, VCoreSkuTier) |
Determines if two VCoreSkuTier values are not the same. |
Applies to
Azure SDK for .NET