Share via


StorageCacheUsernameSourceType Struct

Definition

This setting determines how the cache gets username and group names for clients.

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

Constructors

StorageCacheUsernameSourceType(String)

Initializes a new instance of StorageCacheUsernameSourceType.

Properties

AD

AD.

File

File.

Ldap

LDAP.

None

None.

Methods

Equals(StorageCacheUsernameSourceType)

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

Determines if two StorageCacheUsernameSourceType values are the same.

Implicit(String to StorageCacheUsernameSourceType)

Converts a string to a StorageCacheUsernameSourceType.

Inequality(StorageCacheUsernameSourceType, StorageCacheUsernameSourceType)

Determines if two StorageCacheUsernameSourceType values are not the same.

Applies to