Share via


NetworkSecurityGroupListResponse.NetworkSecurityGroups Property

Optional. All Network Security Groups in a subscription.

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

Usage

'Usage
Dim instance As NetworkSecurityGroupListResponse
Dim value As IList(Of NetworkSecurityGroup)

value = instance.NetworkSecurityGroups

instance.NetworkSecurityGroups = value

Syntax

'Declaration
Public Property NetworkSecurityGroups As IList(Of NetworkSecurityGroup)
public IList<NetworkSecurityGroup> NetworkSecurityGroups { get; set; }
public:
property IList<NetworkSecurityGroup^>^ NetworkSecurityGroups {
    IList<NetworkSecurityGroup^>^ get ();
    void set (IList<NetworkSecurityGroup^>^ value);
}
/** @property */
public IList<NetworkSecurityGroup> get_NetworkSecurityGroups ()

/** @property */
public void set_NetworkSecurityGroups (IList<NetworkSecurityGroup> value)
public function get NetworkSecurityGroups () : IList<NetworkSecurityGroup>

public function set NetworkSecurityGroups (value : IList<NetworkSecurityGroup>)

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

NetworkSecurityGroupListResponse Class
NetworkSecurityGroupListResponse Members
Microsoft.WindowsAzure.Management.Network.Models Namespace