Share via


StorageKind Struct

Definition

Indicates the type of storage account.

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

Constructors

StorageKind(String)

Initializes a new instance of StorageKind.

Properties

BlobStorage

BlobStorage.

BlockBlobStorage

BlockBlobStorage.

FileStorage

FileStorage.

Storage

Storage.

StorageV2

StorageV2.

Methods

Equals(StorageKind)

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

Determines if two StorageKind values are the same.

Implicit(String to StorageKind)

Converts a string to a StorageKind.

Inequality(StorageKind, StorageKind)

Determines if two StorageKind values are not the same.

Applies to