你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationalInsightsColumnDataTypeHint Enum

Definition

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