OperationalInsightsColumnDataTypeHint 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.
Column data type logical hint.
public readonly struct OperationalInsightsColumnDataTypeHint : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsColumnDataTypeHint>
type OperationalInsightsColumnDataTypeHint = struct
Public Structure OperationalInsightsColumnDataTypeHint
Implements IEquatable(Of OperationalInsightsColumnDataTypeHint)
- Inheritance
-
OperationalInsightsColumnDataTypeHint
- Implements
Constructors
OperationalInsightsColumnDataTypeHint(String) |
Initializes a new instance of OperationalInsightsColumnDataTypeHint. |
Properties
ArmPath |
An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}... |
Guid |
A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. |
IP |
A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y. |
Uri |
A string that matches the pattern of a URI, for example, scheme://username:password@host:1234/this/is/a/path?k1=v1&k2=v2#fragment. |
Methods
Equals(OperationalInsightsColumnDataTypeHint) |
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(OperationalInsightsColumnDataTypeHint, OperationalInsightsColumnDataTypeHint) |
Determines if two OperationalInsightsColumnDataTypeHint values are the same. |
Implicit(String to OperationalInsightsColumnDataTypeHint) |
Converts a String to a OperationalInsightsColumnDataTypeHint. |
Inequality(OperationalInsightsColumnDataTypeHint, OperationalInsightsColumnDataTypeHint) |
Determines if two OperationalInsightsColumnDataTypeHint values are not the same. |
Applies to
Azure SDK for .NET