OperationalInsightsColumnDataTypeHint Enum
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 enum OperationalInsightsColumnDataTypeHint
type OperationalInsightsColumnDataTypeHint =
Public Enum OperationalInsightsColumnDataTypeHint
- Inheritance
-
OperationalInsightsColumnDataTypeHint
Fields
Name | Value | Description |
---|---|---|
Uri | 0 | 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. |
Guid | 1 | A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. |
ArmPath | 2 | An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}... |
IP | 3 | A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y. |
Applies to
Azure SDK for .NET