共用方式為


Dependency Class

Definition

Deployment dependency information.

public class Dependency : Microsoft.Azure.Management.Resources.Models.BasicDependency
type Dependency = class
    inherit BasicDependency
Public Class Dependency
Inherits BasicDependency
Inheritance
Dependency

Constructors

Dependency()

Initializes a new instance of the Dependency class.

Properties

DependsOn

Optional. Gets the list of dependencies.

Id

Optional. Gets or sets the ID of the dependency.

(Inherited from BasicDependency)
ResourceName

Optional. Gets or sets the dependency resource name.

(Inherited from BasicDependency)
ResourceType

Optional. Gets or sets the dependency resource type.

(Inherited from BasicDependency)

Applies to