Share via


MapsKeyType Struct

Definition

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.

Applies to