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

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