JobAccountListResponse.JobAccounts 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.
Optional. The list of Azure Sql Job Accounts hosted in the server.
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccount> JobAccounts { get; set; }
member this.JobAccounts : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccount> with get, set
Public Property JobAccounts As IList(Of JobAccount)