次の方法で共有


AssignmentType Struct

Definition

Assignment type of the role assignment schedule

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

Fields

Activated
Assigned

Methods

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

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

Equals(AssignmentType)

Compares values of enum type AssignmentType

Equals(Object)

Compares values of enum type AssignmentType (override for Object)

GetHashCode()

Returns hashCode for enum AssignmentType

ToString()

Returns string representation for AssignmentType

Operators

Equality(AssignmentType, AssignmentType)

Overriding == operator for enum AssignmentType

Implicit(AssignmentType to String)

Implicit operator to convert AssignmentType to string

Implicit(String to AssignmentType)

Implicit operator to convert string to AssignmentType

Inequality(AssignmentType, AssignmentType)

Overriding != operator for enum AssignmentType

Applies to