Share via


DirectoryServiceOption Struct

Definition

Indicates the directory service used. Note that this enum may be extended in the future.

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

Constructors

DirectoryServiceOption(String)

Initializes a new instance of DirectoryServiceOption.

Properties

Aadds

AADDS.

Aadkerb

AADKERB.

AD

AD.

None

None.

Methods

Equals(DirectoryServiceOption)

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

Determines if two DirectoryServiceOption values are the same.

Implicit(String to DirectoryServiceOption)

Converts a string to a DirectoryServiceOption.

Inequality(DirectoryServiceOption, DirectoryServiceOption)

Determines if two DirectoryServiceOption values are not the same.

Applies to