StateStoreResourceKeyType 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.
StateStoreResourceKeyTypes properties.
public readonly struct StateStoreResourceKeyType : IEquatable<Azure.ResourceManager.IotOperations.Models.StateStoreResourceKeyType>
type StateStoreResourceKeyType = struct
Public Structure StateStoreResourceKeyType
Implements IEquatable(Of StateStoreResourceKeyType)
- Inheritance
-
StateStoreResourceKeyType
- Implements
Constructors
StateStoreResourceKeyType(String) |
Initializes a new instance of StateStoreResourceKeyType. |
Properties
Binary |
Key type - binary. |
Pattern |
Key type - pattern. |
String |
Key type - string. |
Methods
Equals(StateStoreResourceKeyType) |
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(StateStoreResourceKeyType, StateStoreResourceKeyType) |
Determines if two StateStoreResourceKeyType values are the same. |
Implicit(String to StateStoreResourceKeyType) |
Converts a String to a StateStoreResourceKeyType. |
Inequality(StateStoreResourceKeyType, StateStoreResourceKeyType) |
Determines if two StateStoreResourceKeyType values are not the same. |
Applies to
Azure SDK for .NET