Share via


DomainJoinedType Struct

Definition

True if the HPC Cache is joined to the Active Directory domain.

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

Constructors

DomainJoinedType(String)

Initializes a new instance of DomainJoinedType.

Properties

Error

Error.

No

No.

Yes

Yes.

Methods

Equals(DomainJoinedType)

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

Determines if two DomainJoinedType values are the same.

Implicit(String to DomainJoinedType)

Converts a string to a DomainJoinedType.

Inequality(DomainJoinedType, DomainJoinedType)

Determines if two DomainJoinedType values are not the same.

Applies to