DataLakeStoreFirewallRuleListResponse.Value Property
Optional. Gets or set the results of the list operation
Namespace: Microsoft.Azure.Management.DataLake.Store.Models
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
public IList<FirewallRule> Value { get; set; }
public:
property IList<FirewallRule^>^ Value {
IList<FirewallRule^>^ get();
void set(IList<FirewallRule^>^ value);
}
member Value : IList<FirewallRule> with get, set
Public Property Value As IList(Of FirewallRule)
Property Value
Type: System.Collections.Generic.IList<FirewallRule>
See Also
DataLakeStoreFirewallRuleListResponse Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace
Return to top