DataStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DataStatus(String) |
Initializes a new instance of DataStatus. |
Properties
NotPresent |
notPresent. |
Present |
present. |
Methods
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
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
Azure SDK for .NET