Compartir a través de


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

Name Description
LogicKeyType(String)

Initializes a new instance of LogicKeyType.

Properties

Name Description
NotSpecified

NotSpecified.

Primary

Primary.

Secondary

Secondary.

Methods

Name Description
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

Name Description
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