MdmAuthority 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.
Mobile device management authority.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Support.MdmAuthorityTypeConverter))]
public struct MdmAuthority : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Support.MdmAuthority>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Support.MdmAuthorityTypeConverter))>]
type MdmAuthority = struct
interface IArgumentCompleter
Public Structure MdmAuthority
Implements IArgumentCompleter, IEquatable(Of MdmAuthority)
- Inheritance
-
MdmAuthority
- Attributes
- Implements
Fields
Intune |
Intune |
Office365 |
Office365 |
Sccm |
SCCM |
Unknown |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MdmAuthority) |
Compares values of enum type MdmAuthority |
Equals(Object) |
Compares values of enum type MdmAuthority (override for Object) |
GetHashCode() |
Returns hashCode for enum MdmAuthority |
ToString() |
Returns string representation for MdmAuthority |
Operators
Equality(MdmAuthority, MdmAuthority) |
Overriding == operator for enum MdmAuthority |
Implicit(MdmAuthority to String) |
Implicit operator to convert MdmAuthority to string |
Implicit(String to MdmAuthority) |
Implicit operator to convert string to MdmAuthority |
Inequality(MdmAuthority, MdmAuthority) |
Overriding != operator for enum MdmAuthority |