Dela via


BlobInventoryRuleType Struct

Definition

The valid value is Inventory.

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

Constructors

BlobInventoryRuleType(String)

Initializes a new instance of BlobInventoryRuleType.

Properties

Inventory

Inventory.

Methods

Equals(BlobInventoryRuleType)

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

Determines if two BlobInventoryRuleType values are the same.

Implicit(String to BlobInventoryRuleType)

Converts a string to a BlobInventoryRuleType.

Inequality(BlobInventoryRuleType, BlobInventoryRuleType)

Determines if two BlobInventoryRuleType values are not the same.

Applies to