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