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