MapsKeyType 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.
Whether the operation refers to the primary or secondary key.
public readonly struct MapsKeyType : IEquatable<Azure.ResourceManager.Maps.Models.MapsKeyType>
type MapsKeyType = struct
Public Structure MapsKeyType
Implements IEquatable(Of MapsKeyType)
- Inheritance
-
MapsKeyType
- Implements
Constructors
MapsKeyType(String) |
Initializes a new instance of MapsKeyType. |
Properties
Primary |
primary. |
Secondary |
secondary. |
Methods
Equals(MapsKeyType) |
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(MapsKeyType, MapsKeyType) |
Determines if two MapsKeyType values are the same. |
Implicit(String to MapsKeyType) |
Converts a String to a MapsKeyType. |
Inequality(MapsKeyType, MapsKeyType) |
Determines if two MapsKeyType values are not the same. |