你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoUpdateSetting Struct

Definition

Update settings of OneAgent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.AutoUpdateSettingTypeConverter))]
public struct AutoUpdateSetting : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.AutoUpdateSetting>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.AutoUpdateSettingTypeConverter))>]
type AutoUpdateSetting = struct
    interface IArgumentCompleter
Public Structure AutoUpdateSetting
Implements IArgumentCompleter, IEquatable(Of AutoUpdateSetting)
Inheritance
AutoUpdateSetting
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AutoUpdateSetting)

Compares values of enum type AutoUpdateSetting

Equals(Object)

Compares values of enum type AutoUpdateSetting (override for Object)

GetHashCode()

Returns hashCode for enum AutoUpdateSetting

ToString()

Returns string representation for AutoUpdateSetting

Operators

Equality(AutoUpdateSetting, AutoUpdateSetting)

Overriding == operator for enum AutoUpdateSetting

Implicit(AutoUpdateSetting to String)

Implicit operator to convert AutoUpdateSetting to string

Implicit(String to AutoUpdateSetting)

Implicit operator to convert string to AutoUpdateSetting

Inequality(AutoUpdateSetting, AutoUpdateSetting)

Overriding != operator for enum AutoUpdateSetting

Applies to