DevCenterInstallAzureMonitorAgentEnableStatus 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.

public readonly struct DevCenterInstallAzureMonitorAgentEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterInstallAzureMonitorAgentEnableStatus>
type DevCenterInstallAzureMonitorAgentEnableStatus = struct
Public Structure DevCenterInstallAzureMonitorAgentEnableStatus
Implements IEquatable(Of DevCenterInstallAzureMonitorAgentEnableStatus)
Inheritance
DevCenterInstallAzureMonitorAgentEnableStatus
Implements

Constructors

Name Description
DevCenterInstallAzureMonitorAgentEnableStatus(String)

Initializes a new instance of DevCenterInstallAzureMonitorAgentEnableStatus.

Properties

Name Description
Disabled

Azure Monitor Agent service is disabled.

Enabled

Azure Monitor Agent service is enabled.

Methods

Name Description
Equals(DevCenterInstallAzureMonitorAgentEnableStatus)

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(DevCenterInstallAzureMonitorAgentEnableStatus, DevCenterInstallAzureMonitorAgentEnableStatus)

Determines if two DevCenterInstallAzureMonitorAgentEnableStatus values are the same.

Implicit(String to DevCenterInstallAzureMonitorAgentEnableStatus)

Converts a string to a DevCenterInstallAzureMonitorAgentEnableStatus.

Implicit(String to Nullable<DevCenterInstallAzureMonitorAgentEnableStatus>)
Inequality(DevCenterInstallAzureMonitorAgentEnableStatus, DevCenterInstallAzureMonitorAgentEnableStatus)

Determines if two DevCenterInstallAzureMonitorAgentEnableStatus values are not the same.

Applies to