共用方式為


Target Class

Definition

Model that represents a Target resource.

public class Target : Microsoft.Azure.Management.Chaos.Models.Resource
type Target = class
    inherit Resource
Public Class Target
Inherits Resource
Inheritance
Target

Constructors

Target()

Initializes a new instance of the Target class.

Target(IDictionary<String,Object>, String, String, String, SystemData, String)

Initializes a new instance of the Target class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets location of the target resource.

Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets the properties of the target resource.

SystemData

Gets the system metadata of the target resource.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to