Dela via


DeploymentGetPackageParameters Constructors

Definition

Overloads

DeploymentGetPackageParameters()

Initializes a new instance of the DeploymentGetPackageParameters class.

DeploymentGetPackageParameters(Uri)

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

DeploymentGetPackageParameters()

Initializes a new instance of the DeploymentGetPackageParameters class.

public DeploymentGetPackageParameters();
Public Sub New ()

Applies to

DeploymentGetPackageParameters(Uri)

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

public DeploymentGetPackageParameters(Uri containerUri);
new Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters : Uri -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters
Public Sub New (containerUri As Uri)

Parameters

containerUri
Uri

Applies to