DeploymentGetResponse.VirtualNetworkName Property

 

Gets or sets the name of the Virtual Network to which the deployment is connected.

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 of the Virtual Network.

See Also

DeploymentGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top