LogicKeyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET