Freigeben über


StateStoreResourceKeyType Struct

Definition

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