共用方式為


DeploymentExtended Constructors

Definition

Overloads

DeploymentExtended()

Initializes a new instance of the DeploymentExtended class.

DeploymentExtended(String)

Initializes a new instance of the DeploymentExtended class with required arguments.

DeploymentExtended()

Initializes a new instance of the DeploymentExtended class.

public DeploymentExtended ();
Public Sub New ()

Applies to

DeploymentExtended(String)

Initializes a new instance of the DeploymentExtended class with required arguments.

public DeploymentExtended (string name);
new Microsoft.Azure.Management.Resources.Models.DeploymentExtended : string -> Microsoft.Azure.Management.Resources.Models.DeploymentExtended
Public Sub New (name As String)

Parameters

name
String

Applies to