Freigeben über


DataStatus Struct

Definition

The status of VM Insights data from the resource. When reported as present the data array will contain information about the data containers to which data for the specified resource is being routed.

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

Constructors

Name Description
DataStatus(String)

Initializes a new instance of DataStatus.

Properties

Name Description
NotPresent

notPresent.

Present

present.

Methods

Name Description
Equals(DataStatus)

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

Determines if two DataStatus values are the same.

Implicit(String to DataStatus)

Converts a String to a DataStatus.

Inequality(DataStatus, DataStatus)

Determines if two DataStatus values are not the same.

Applies to