VirtualMachineCreateDeploymentParameters Class

 

Represents the parameters that are used to create a Virtual Machine deployment.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineCreateDeploymentParameters

Syntax

public class VirtualMachineCreateDeploymentParameters
public ref class VirtualMachineCreateDeploymentParameters 
type VirtualMachineCreateDeploymentParameters = class end
Public Class VirtualMachineCreateDeploymentParameters

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineCreateDeploymentParameters()

Initializes a new instance of the VirtualMachineCreateDeploymentParameters class.

Properties

Name Description
System_CAPS_pubproperty DeploymentSlot

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

System_CAPS_pubproperty DnsSettings

Gets or sets a collection of DnsSettings objects that define the list of DNS servers to associate with the deployment.

System_CAPS_pubproperty Label

Gets or sets a description for the deployment.

System_CAPS_pubproperty LoadBalancers

Optional. A list of internal load balancers that each provide load balancing on a private VIP.

System_CAPS_pubproperty Name

Gets or sets the name of the deployment.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty Roles

Gets or sets a collection of Role objects that define the provisioning details for the new Virtual Machine deployment.

System_CAPS_pubproperty VirtualNetworkName

Gets or sets the name of an existing Virtual Network to which the deployment should belong.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top