DomainJoinType 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.
Active Directory join type
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinTypeTypeConverter))]
public struct DomainJoinType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.DomainJoinTypeTypeConverter))>]
type DomainJoinType = struct
interface IArgumentCompleter
Public Structure DomainJoinType
Implements IArgumentCompleter, IEquatable(Of DomainJoinType)
- Inheritance
-
DomainJoinType
- Attributes
- Implements
Fields
AzureAdJoin | |
HybridAzureAdJoin | |
None |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DomainJoinType) |
Compares values of enum type DomainJoinType |
Equals(Object) |
Compares values of enum type DomainJoinType (override for Object) |
GetHashCode() |
Returns hashCode for enum DomainJoinType |
ToString() |
Returns string representation for DomainJoinType |
Operators
Equality(DomainJoinType, DomainJoinType) |
Overriding == operator for enum DomainJoinType |
Implicit(DomainJoinType to String) |
Implicit operator to convert DomainJoinType to string |
Implicit(String to DomainJoinType) |
Implicit operator to convert string to DomainJoinType |
Inequality(DomainJoinType, DomainJoinType) |
Overriding != operator for enum DomainJoinType |