Sdílet prostřednictvím


AutoRebuildSetting Struct

Definition

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