BlobInventoryPolicyFormat Struct

Definition

This is a required field, it specifies the format for the inventory files.

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

Constructors

BlobInventoryPolicyFormat(String)

Initializes a new instance of BlobInventoryPolicyFormat.

Properties

Csv

Csv.

Parquet

Parquet.

Methods

Equals(BlobInventoryPolicyFormat)

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

Determines if two BlobInventoryPolicyFormat values are the same.

Implicit(String to BlobInventoryPolicyFormat)

Converts a string to a BlobInventoryPolicyFormat.

Inequality(BlobInventoryPolicyFormat, BlobInventoryPolicyFormat)

Determines if two BlobInventoryPolicyFormat values are not the same.

Applies to