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