VirtualMachineCreateDeploymentParameters::DeploymentSlot Property

 

Gets or sets a DeploymentSlot value that specifies the environment where the deployment should be created.

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

public:
property DeploymentSlot DeploymentSlot {
	DeploymentSlot get();
	void set(DeploymentSlot value);
}
Return to top
Show: