MapsSkuName 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 SKU, in standard format (such as S0).
public readonly struct MapsSkuName : IEquatable<Azure.ResourceManager.Maps.Models.MapsSkuName>
type MapsSkuName = struct
Public Structure MapsSkuName
Implements IEquatable(Of MapsSkuName)
- Inheritance
-
MapsSkuName
- Implements
Constructors
MapsSkuName(String) |
Initializes a new instance of MapsSkuName. |
Properties
G2 |
G2. |
S0 |
S0. |
S1 |
S1. |
Methods
Equals(MapsSkuName) |
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(MapsSkuName, MapsSkuName) |
Determines if two MapsSkuName values are the same. |
Implicit(String to MapsSkuName) |
Converts a string to a MapsSkuName. |
Inequality(MapsSkuName, MapsSkuName) |
Determines if two MapsSkuName values are not the same. |
Applies to
Azure SDK for .NET