IotSecurityInventoryListKind Struct

Definition

Types for inventory list.

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

Constructors

Name Description
IotSecurityInventoryListKind(String)

Initializes a new instance of IotSecurityInventoryListKind.

Properties

Name Description
Exclusion

Exclusion.

Inclusion

Inclusion.

Methods

Name Description
Equals(IotSecurityInventoryListKind)

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

Determines if two IotSecurityInventoryListKind values are the same.

Implicit(String to IotSecurityInventoryListKind)

Converts a string to a IotSecurityInventoryListKind.

Implicit(String to Nullable<IotSecurityInventoryListKind>)
Inequality(IotSecurityInventoryListKind, IotSecurityInventoryListKind)

Determines if two IotSecurityInventoryListKind values are not the same.

Applies to