Delen via


MapsSigningKey Struct

Definition

The Map account key to use for signing.

public readonly struct MapsSigningKey : IEquatable<Azure.ResourceManager.Maps.Models.MapsSigningKey>
type MapsSigningKey = struct
Public Structure MapsSigningKey
Implements IEquatable(Of MapsSigningKey)
Inheritance
MapsSigningKey
Implements

Constructors

MapsSigningKey(String)

Initializes a new instance of MapsSigningKey.

Properties

PrimaryKey

primaryKey.

SecondaryKey

secondaryKey.

Methods

Equals(MapsSigningKey)

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(MapsSigningKey, MapsSigningKey)

Determines if two MapsSigningKey values are the same.

Implicit(String to MapsSigningKey)

Converts a string to a MapsSigningKey.

Inequality(MapsSigningKey, MapsSigningKey)

Determines if two MapsSigningKey values are not the same.

Applies to