DeploymentGetPackageParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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