NetworkSecurityGroupGetResponse::Rules Property
Optional. Gets or sets the rules existing in the specified Network Security Group
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: property IList<NetworkSecurityRule^>^ Rules { IList<NetworkSecurityRule^>^ get(); void set(IList<NetworkSecurityRule^>^ value); }
Property Value
Type: System.Collections.Generic::IList<NetworkSecurityRule^>^
Show: