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.
public readonly struct AutoRebuildSetting : IEquatable<Azure.ResourceManager.MachineLearning.Models.AutoRebuildSetting>
type AutoRebuildSetting = struct
Public Structure AutoRebuildSetting
Implements IEquatable(Of AutoRebuildSetting)
- Inheritance
-
AutoRebuildSetting
- Implements
Constructors
AutoRebuildSetting(String) |
Initializes a new instance of AutoRebuildSetting. |
Properties
Disabled |
Disabled. |
OnBaseImageUpdate |
OnBaseImageUpdate. |
Methods
Equals(AutoRebuildSetting) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AutoRebuildSetting, AutoRebuildSetting) |
Determines if two AutoRebuildSetting values are the same. |
Implicit(String to AutoRebuildSetting) |
Converts a string to a AutoRebuildSetting. |
Inequality(AutoRebuildSetting, AutoRebuildSetting) |
Determines if two AutoRebuildSetting values are not the same. |
Applies to
Azure SDK for .NET