NetworkSecurityGroupGetResponse::Rules Property

 

Optional. Gets or sets the rules existing in the specified Network Security Group

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

public:
property IList<NetworkSecurityRule^>^ Rules {
	IList<NetworkSecurityRule^>^ get();
	void set(IList<NetworkSecurityRule^>^ value);
}
Return to top
Show: