Share via


VirtualMachineCreateDeploymentParameters.ReservedIPName Property

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.

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

Usage

'Usage
Dim instance As VirtualMachineCreateDeploymentParameters
Dim value As String

value = instance.ReservedIPName

instance.ReservedIPName = value

Syntax

'Declaration
Public Property ReservedIPName As String
public string ReservedIPName { get; set; }
public:
property String^ ReservedIPName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReservedIPName ()

/** @property */
public void set_ReservedIPName (String value)
public function get ReservedIPName () : String

public function set ReservedIPName (value : String)

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

VirtualMachineCreateDeploymentParameters Class
VirtualMachineCreateDeploymentParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace