VirtualMachineCreateDeploymentParameters Class
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.
Parameters supplied to the Create Virtual Machine Deployment operation.
public class VirtualMachineCreateDeploymentParameters
type VirtualMachineCreateDeploymentParameters = class
Public Class VirtualMachineCreateDeploymentParameters
- Inheritance
-
VirtualMachineCreateDeploymentParameters
Constructors
VirtualMachineCreateDeploymentParameters() |
Initializes a new instance of the VirtualMachineCreateDeploymentParameters class. |
Properties
DeploymentSlot |
Required. Specifies the environment in which to deploy the virtual machine. Possible values are: Staging or Production. |
DnsSettings |
Optional. Contains a list of DNS servers to associate with the machine. |
Label |
Required. A name for the hosted service. The name can be up to 100 characters in length. It is recommended that the label be unique within the subscription. The name can be used identify the hosted service for tracking purposes. |
LoadBalancers |
Optional. A list of internal load balancers that each provide load balancing on a private VIP. |
Name |
Required. A name for the deployment. The deployment name must be unique among other deployments for the hosted service. |
ReservedIPName |
Optional. Optional. Specifies the name of an existing reserved IP to which the deployment will belong. Reserved IPs are created by calling the Create Reserved IP operation. |
Roles |
Required. Contains the provisioning details for the new virtual machine deployment. |
VirtualNetworkName |
Optional. Specifies the name of an existing virtual network to which the deployment will belong. Virtual networks are created by calling the Set Network Configuration operation. |
Applies to
Azure SDK for .NET