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

AliasPathMetadata 构造函数

定义

重载

AliasPathMetadata()

初始化 AliasPathMetadata 类的新实例。

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

初始化 AliasPathMetadata 类的新实例。

AliasPathMetadata()

初始化 AliasPathMetadata 类的新实例。

public AliasPathMetadata ();
Public Sub New ()

适用于

AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)

初始化 AliasPathMetadata 类的新实例。

public AliasPathMetadata (Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathTokenType type = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathAttributes attributes = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata : Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathTokenType * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathAttributes -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata
Public Sub New (Optional type As AliasPathTokenType = Nothing, Optional attributes As AliasPathAttributes = Nothing)

参数

type
AliasPathTokenType

别名路径引用的标记的类型。 可能的值包括:“NotSpecified”、“Any”、“String”、“Object”、“Array”、“Integer”、“Number”、“Boolean”

attributes
AliasPathAttributes

别名路径引用的令牌的属性。 可能的值包括:“None”、“Modifiable”

适用于