C# Class Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExtended

Deployment information.
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
DeploymentExtended ( ) : System

Initializes a new instance of the DeploymentExtended class.

DeploymentExtended ( string name ) : System

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

Method Details

DeploymentExtended() public method

Initializes a new instance of the DeploymentExtended class.
public DeploymentExtended ( ) : System
return System

DeploymentExtended() public method

Initializes a new instance of the DeploymentExtended class with required arguments.
public DeploymentExtended ( string name ) : System
name string
return System