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