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