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

Name Description
StateStoreResourceKeyType(String)

Initializes a new instance of StateStoreResourceKeyType.

Properties

Name Description
Binary

Key type - binary.

Pattern

Key type - pattern.

String

Key type - string.

Methods

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

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