DataCollectionEndpointResourceKind 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 kind of the resource.
public readonly struct DataCollectionEndpointResourceKind : IEquatable<Azure.ResourceManager.Monitor.Models.DataCollectionEndpointResourceKind>
type DataCollectionEndpointResourceKind = struct
Public Structure DataCollectionEndpointResourceKind
Implements IEquatable(Of DataCollectionEndpointResourceKind)
- Inheritance
-
DataCollectionEndpointResourceKind
- Implements
Constructors
DataCollectionEndpointResourceKind(String) |
Initializes a new instance of DataCollectionEndpointResourceKind. |
Properties
Linux |
Linux. |
Windows |
Windows. |
Methods
Equals(DataCollectionEndpointResourceKind) |
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(DataCollectionEndpointResourceKind, DataCollectionEndpointResourceKind) |
Determines if two DataCollectionEndpointResourceKind values are the same. |
Implicit(String to DataCollectionEndpointResourceKind) |
Converts a string to a DataCollectionEndpointResourceKind. |
Inequality(DataCollectionEndpointResourceKind, DataCollectionEndpointResourceKind) |
Determines if two DataCollectionEndpointResourceKind values are not the same. |
Applies to
Azure SDK for .NET