ManagedServiceIdentitySelectorType 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.
The type of managed identity that is being selected.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorTypeTypeConverter))]
public struct ManagedServiceIdentitySelectorType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorTypeTypeConverter))>]
type ManagedServiceIdentitySelectorType = struct
interface IArgumentCompleter
Public Structure ManagedServiceIdentitySelectorType
Implements IArgumentCompleter, IEquatable(Of ManagedServiceIdentitySelectorType)
- Inheritance
-
ManagedServiceIdentitySelectorType
- Attributes
- Implements
Fields
SystemAssignedIdentity | |
UserAssignedIdentity |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ManagedServiceIdentitySelectorType) |
Compares values of enum type ManagedServiceIdentitySelectorType |
Equals(Object) |
Compares values of enum type ManagedServiceIdentitySelectorType (override for Object) |
GetHashCode() |
Returns hashCode for enum ManagedServiceIdentitySelectorType |
ToString() |
Returns string representation for ManagedServiceIdentitySelectorType |
Operators
Equality(ManagedServiceIdentitySelectorType, ManagedServiceIdentitySelectorType) |
Overriding == operator for enum ManagedServiceIdentitySelectorType |
Implicit(ManagedServiceIdentitySelectorType to String) |
Implicit operator to convert ManagedServiceIdentitySelectorType to string |
Implicit(String to ManagedServiceIdentitySelectorType) |
Implicit operator to convert string to ManagedServiceIdentitySelectorType |
Inequality(ManagedServiceIdentitySelectorType, ManagedServiceIdentitySelectorType) |
Overriding != operator for enum ManagedServiceIdentitySelectorType |