Share via


DeploymentGetPackageParameters Constructor (Uri)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public DeploymentGetPackageParameters(
    Uri containerUri
)
public:
DeploymentGetPackageParameters(
    Uri^ containerUri
)
new : 
        containerUri:Uri -> DeploymentGetPackageParameters
Public Sub New (
    containerUri As Uri
)

See Also

DeploymentGetPackageParameters Overload
DeploymentGetPackageParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top