ResourceIdentityType Struct

Definition

The identity type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityTypeTypeConverter))]
public struct ResourceIdentityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ResourceIdentityTypeTypeConverter))>]
type ResourceIdentityType = struct
    interface IArgumentCompleter
Public Structure ResourceIdentityType
Implements IArgumentCompleter, IEquatable(Of ResourceIdentityType)
Inheritance
ResourceIdentityType
Attributes
Implements

Fields

None
SystemAssigned
SystemAssignedUserAssigned
UserAssigned

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

Applies to