Share via


UserFriendlyAppliedScopeType Struct

Definition

The applied scope type

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

Fields

ManagementGroup
None
ResourceGroup
Shared
Single

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 UserFriendlyAppliedScopeType (override for Object)

Equals(UserFriendlyAppliedScopeType)

Compares values of enum type UserFriendlyAppliedScopeType

GetHashCode()

Returns hashCode for enum UserFriendlyAppliedScopeType

ToString()

Returns string representation for UserFriendlyAppliedScopeType

Operators

Equality(UserFriendlyAppliedScopeType, UserFriendlyAppliedScopeType)

Overriding == operator for enum UserFriendlyAppliedScopeType

Implicit(String to UserFriendlyAppliedScopeType)

Implicit operator to convert string to UserFriendlyAppliedScopeType

Implicit(UserFriendlyAppliedScopeType to String)

Implicit operator to convert UserFriendlyAppliedScopeType to string

Inequality(UserFriendlyAppliedScopeType, UserFriendlyAppliedScopeType)

Overriding != operator for enum UserFriendlyAppliedScopeType

Applies to