NetworkRuleSetListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response of the List NetworkRuleSet operation
public class NetworkRuleSetListResult
type NetworkRuleSetListResult = class
Public Class NetworkRuleSetListResult
- Inheritance
-
NetworkRuleSetListResult
Constructors
NetworkRuleSetListResult() |
Initializes a new instance of the NetworkRuleSetListResult class. |
NetworkRuleSetListResult(IList<NetworkRuleSet>, String) |
Initializes a new instance of the NetworkRuleSetListResult class. |
Properties
NextLink |
Gets or sets link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet. |
Value |
Gets or sets result of the List NetworkRuleSet operation |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET