Condividi tramite


MessageFilterType Struct

Definition

The message filter type.

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

Constructors

MessageFilterType(String)

Initializes a new instance of MessageFilterType.

Properties

Exclude

Exclude.

Include

Include.

NotSpecified

NotSpecified.

Methods

Equals(MessageFilterType)

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

Determines if two MessageFilterType values are the same.

Implicit(String to MessageFilterType)

Converts a string to a MessageFilterType.

Inequality(MessageFilterType, MessageFilterType)

Determines if two MessageFilterType values are not the same.

Applies to