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