DynatraceOneAgentAutoUpdateSetting 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.
Update settings of OneAgent.
public readonly struct DynatraceOneAgentAutoUpdateSetting : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAutoUpdateSetting>
type DynatraceOneAgentAutoUpdateSetting = struct
Public Structure DynatraceOneAgentAutoUpdateSetting
Implements IEquatable(Of DynatraceOneAgentAutoUpdateSetting)
- Inheritance
-
DynatraceOneAgentAutoUpdateSetting
- Implements
Constructors
| Name | Description |
|---|---|
| DynatraceOneAgentAutoUpdateSetting(String) |
Initializes a new instance of DynatraceOneAgentAutoUpdateSetting. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(DynatraceOneAgentAutoUpdateSetting) |
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
| Name | Description |
|---|---|
| Equality(DynatraceOneAgentAutoUpdateSetting, DynatraceOneAgentAutoUpdateSetting) |
Determines if two DynatraceOneAgentAutoUpdateSetting values are the same. |
| Implicit(String to DynatraceOneAgentAutoUpdateSetting) |
Converts a string to a DynatraceOneAgentAutoUpdateSetting. |
| Implicit(String to Nullable<DynatraceOneAgentAutoUpdateSetting>) | |
| Inequality(DynatraceOneAgentAutoUpdateSetting, DynatraceOneAgentAutoUpdateSetting) |
Determines if two DynatraceOneAgentAutoUpdateSetting values are not the same. |