Freigeben über


MonitorResourceHostingType Struct

Definition

Hosting type of the monitor resource - either Hosted deployments or Serverless Projects.

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

Constructors

Name Description
MonitorResourceHostingType(String)

Initializes a new instance of MonitorResourceHostingType.

Properties

Name Description
Hosted

Hosted.

Serverless

Serverless.

Methods

Name Description
Equals(MonitorResourceHostingType)

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

Determines if two MonitorResourceHostingType values are the same.

Implicit(String to MonitorResourceHostingType)

Converts a String to a MonitorResourceHostingType.

Inequality(MonitorResourceHostingType, MonitorResourceHostingType)

Determines if two MonitorResourceHostingType values are not the same.

Applies to