Condividi tramite


BrokerStateStoreKeyType Struct

Definition

Broker State Store Key Type properties.

public readonly struct BrokerStateStoreKeyType : IEquatable<Azure.ResourceManager.IotOperations.Models.BrokerStateStoreKeyType>
type BrokerStateStoreKeyType = struct
Public Structure BrokerStateStoreKeyType
Implements IEquatable(Of BrokerStateStoreKeyType)
Inheritance
BrokerStateStoreKeyType
Implements

Constructors

Name Description
BrokerStateStoreKeyType(String)

Initializes a new instance of BrokerStateStoreKeyType.

Properties

Name Description
Binary

Used to match a binary key.

Pattern

Used for glob-style pattern matching.

String

Used to do exact match, for example, when a key contains characters that might be otherwise matched as a pattern (*, ?, [0-9]).

Methods

Name Description
Equals(BrokerStateStoreKeyType)

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(BrokerStateStoreKeyType, BrokerStateStoreKeyType)

Determines if two BrokerStateStoreKeyType values are the same.

Implicit(String to BrokerStateStoreKeyType)

Converts a String to a BrokerStateStoreKeyType.

Inequality(BrokerStateStoreKeyType, BrokerStateStoreKeyType)

Determines if two BrokerStateStoreKeyType values are not the same.

Applies to