Share via


StorageCacheUsernameDownloadedType Struct

Definition

Indicates whether or not the HPC Cache has performed the username download successfully.

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

Constructors

StorageCacheUsernameDownloadedType(String)

Initializes a new instance of StorageCacheUsernameDownloadedType.

Properties

Error

Error.

No

No.

Yes

Yes.

Methods

Equals(StorageCacheUsernameDownloadedType)

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

Determines if two StorageCacheUsernameDownloadedType values are the same.

Implicit(String to StorageCacheUsernameDownloadedType)

Converts a string to a StorageCacheUsernameDownloadedType.

Inequality(StorageCacheUsernameDownloadedType, StorageCacheUsernameDownloadedType)

Determines if two StorageCacheUsernameDownloadedType values are not the same.

Applies to