Share via


NetworkListResponse.VirtualNetworkSite Class

 

Contains the collections of parameters used to configure a virtual network space that is dedicated to your subscription without overlapping with other networks

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.VirtualNetworkSite

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod NetworkListResponse.VirtualNetworkSite()

Initializes a new instance of the VirtualNetworkSite class.

Properties

Name Description
System_CAPS_pubproperty AddressSpace

Optional. The list of network address spaces for a virtual network site. This represents the overall network space contained within the virtual network site.

System_CAPS_pubproperty AffinityGroup

Optional. An affinity group, which indirectly refers to the location where the virtual network exists.

System_CAPS_pubproperty DnsServers

Optional. The list of available DNS Servers associated with the virtual network site.

System_CAPS_pubproperty Gateway

Optional. The gateway that contains a list of Local Network Sites which enable the Virtual Network Site to communicate with a customer's on-premise networks.

System_CAPS_pubproperty Id

Optional. A unique string identifier that represents the virtual network site.

System_CAPS_pubproperty Label

Optional. The friendly identifier for the site.

System_CAPS_pubproperty Location

Optional. Gets or sets the virtual network location.

System_CAPS_pubproperty Name

Optional. Name of the virtual network site.

System_CAPS_pubproperty State

Optional. Current status of the virtual network. (Created, Creating, Updating, Deleting, or Unavailable.)

System_CAPS_pubproperty Subnets

Optional. The list of network subnets for a virtual network site. All network subnets must be contained within the overall virtual network address spaces.

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.Network.Models Namespace

Return to top