DeploymentGetPackageParameters::ContainerUri Property

 

Gets or sets the URI of the container to which the package will be saved.

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

public:
property Uri^ ContainerUri {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The URI.

Return to top
Show: