MonitorResourceProjectType Struct

Definition

Project type; ex: Elasticsearch / Observability / Security.

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

Constructors

Name Description
MonitorResourceProjectType(String)

Initializes a new instance of MonitorResourceProjectType.

Properties

Name Description
Elasticsearch

Gets the Elasticsearch.

NotApplicable

Gets the NotApplicable.

Observability

Gets the Observability.

Security

Gets the Security.

Methods

Name Description
Equals(MonitorResourceProjectType)

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

Determines if two MonitorResourceProjectType values are the same.

Implicit(String to MonitorResourceProjectType)

Converts a string to a MonitorResourceProjectType.

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

Determines if two MonitorResourceProjectType values are not the same.

Applies to