Share via


ActiveDirectoryAccountType Struct

Definition

Specifies the Active Directory account type for Azure Storage.

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

Constructors

ActiveDirectoryAccountType(String)

Initializes a new instance of ActiveDirectoryAccountType.

Properties

Computer

Computer.

User

User.

Methods

Equals(ActiveDirectoryAccountType)

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

Determines if two ActiveDirectoryAccountType values are the same.

Implicit(String to ActiveDirectoryAccountType)

Converts a string to a ActiveDirectoryAccountType.

Inequality(ActiveDirectoryAccountType, ActiveDirectoryAccountType)

Determines if two ActiveDirectoryAccountType values are not the same.

Applies to