Share via


BlobInventoryPolicyObjectType Struct

Definition

This is a required field. This field specifies the scope of the inventory created either at the blob or container level.

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

Constructors

BlobInventoryPolicyObjectType(String)

Initializes a new instance of BlobInventoryPolicyObjectType.

Properties

Blob

Blob.

Container

Container.

Methods

Equals(BlobInventoryPolicyObjectType)

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

Determines if two BlobInventoryPolicyObjectType values are the same.

Implicit(String to BlobInventoryPolicyObjectType)

Converts a string to a BlobInventoryPolicyObjectType.

Inequality(BlobInventoryPolicyObjectType, BlobInventoryPolicyObjectType)

Determines if two BlobInventoryPolicyObjectType values are not the same.

Applies to