DomainJoinedType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET