Share via


InstallAzureMonitorAgentEnableStatus Struct

Definition

Setting to be used when determining whether to install the Azure Monitor Agent service on Dev Boxes that belong to this dev center.

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

Fields

Disabled
Enabled

Methods

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

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

Equals(InstallAzureMonitorAgentEnableStatus)

Compares values of enum type InstallAzureMonitorAgentEnableStatus

Equals(Object)

Compares values of enum type InstallAzureMonitorAgentEnableStatus (override for Object)

GetHashCode()

Returns hashCode for enum InstallAzureMonitorAgentEnableStatus

ToString()

Returns string representation for InstallAzureMonitorAgentEnableStatus

Operators

Equality(InstallAzureMonitorAgentEnableStatus, InstallAzureMonitorAgentEnableStatus)

Overriding == operator for enum InstallAzureMonitorAgentEnableStatus

Implicit(InstallAzureMonitorAgentEnableStatus to String)

Implicit operator to convert InstallAzureMonitorAgentEnableStatus to string

Implicit(String to InstallAzureMonitorAgentEnableStatus)

Implicit operator to convert string to InstallAzureMonitorAgentEnableStatus

Inequality(InstallAzureMonitorAgentEnableStatus, InstallAzureMonitorAgentEnableStatus)

Overriding != operator for enum InstallAzureMonitorAgentEnableStatus

Applies to