Share via


LastModifiedByType Struct

Definition

The type of identity that last modified the resource.

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

Fields

Application
Key
ManagedIdentity
User

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LastModifiedByType)

Compares values of enum type LastModifiedByType

Equals(Object)

Compares values of enum type LastModifiedByType (override for Object)

GetHashCode()

Returns hashCode for enum LastModifiedByType

ToString()

Returns string representation for LastModifiedByType

Operators

Equality(LastModifiedByType, LastModifiedByType)

Overriding == operator for enum LastModifiedByType

Implicit(LastModifiedByType to String)

Implicit operator to convert LastModifiedByType to string

Implicit(String to LastModifiedByType)

Implicit operator to convert string to LastModifiedByType

Inequality(LastModifiedByType, LastModifiedByType)

Overriding != operator for enum LastModifiedByType

Applies to