LegacyApplianceConfig.AccessControlRecords Property
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.
Required. Gets or sets the list of Access Control Records from config xml to be imported.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord> AccessControlRecords { get; set; }
member this.AccessControlRecords : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.StorSimple.Models.AccessControlRecord> with get, set
Public Property AccessControlRecords As IList(Of AccessControlRecord)