StorageType Struct

Definition

Storage type for the volume. If not provided, use EmptyDir.

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

Constructors

StorageType(String)

Initializes a new instance of StorageType.

Properties

AzureFile

AzureFile.

EmptyDir

EmptyDir.

Methods

Equals(StorageType)

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

Determines if two StorageType values are the same.

Implicit(String to StorageType)

Converts a string to a StorageType.

Inequality(StorageType, StorageType)

Determines if two StorageType values are not the same.

Applies to