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