VirtualMachineCreateDeploymentParameters.VirtualNetworkName Property
Gets or sets the name of an existing Virtual Network to which the deployment should belong.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string VirtualNetworkName { get; set; }
public:
property String^ VirtualNetworkName {
String^ get();
void set(String^ value);
}
member VirtualNetworkName : string with get, set
Public Property VirtualNetworkName As String
Property Value
Type: System.String
The name.
See Also
VirtualMachineCreateDeploymentParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top