Share via


SignalRKeyType Struct

Definition

The type of access key.

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

Constructors

SignalRKeyType(String)

Initializes a new instance of SignalRKeyType.

Properties

Primary

Primary.

Salt

Salt.

Secondary

Secondary.

Methods

Equals(SignalRKeyType)

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

Determines if two SignalRKeyType values are the same.

Implicit(String to SignalRKeyType)

Converts a string to a SignalRKeyType.

Inequality(SignalRKeyType, SignalRKeyType)

Determines if two SignalRKeyType values are not the same.

Applies to