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

TargetType 类

定义

表示目标类型资源的模型。

[Microsoft.Rest.Serialization.JsonTransformation]
public class TargetType : Microsoft.Azure.Management.Chaos.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TargetType = class
    inherit Resource
Public Class TargetType
Inherits Resource
继承
TargetType
属性

构造函数

TargetType()

初始化 TargetType 类的新实例。

TargetType(String, String, String, SystemData, String, String, String, String, IList<String>)

初始化 TargetType 类的新实例。

属性

Description

获取说明的本地化字符串。

DisplayName

获取显示名称的本地化字符串。

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Location

获取或设置目标类型资源的位置。

Name

获取资源的名称

(继承自 Resource)
PropertiesSchema

获取用于检索目标类型属性的 JSON 架构的 URL。

ResourceTypes

获取此目标类型可以扩展的资源类型的列表。

SystemData

获取目标类型资源的系统元数据属性。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

适用于