Condividi tramite


LogicKeyType Struct

Definition

The key type.

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

Constructors

LogicKeyType(String)

Initializes a new instance of LogicKeyType.

Properties

NotSpecified

NotSpecified.

Primary

Primary.

Secondary

Secondary.

Methods

Equals(LogicKeyType)

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

Determines if two LogicKeyType values are the same.

Implicit(String to LogicKeyType)

Converts a string to a LogicKeyType.

Inequality(LogicKeyType, LogicKeyType)

Determines if two LogicKeyType values are not the same.

Applies to