JobAccountListResponse 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.
Represents the response to a List Azure Sql Job Accounts request.
public class JobAccountListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.JobAccount>
type JobAccountListResponse = class
inherit AzureOperationResponse
interface seq<JobAccount>
interface IEnumerable
Public Class JobAccountListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of JobAccount)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseJobAccountListResponse
- Implements
Constructors
JobAccountListResponse() |
Initializes a new instance of the JobAccountListResponse class. |
Properties
JobAccounts |
Optional. The list of Azure Sql Job Accounts hosted in the server. |
Methods
GetEnumerator() |
Gets the sequence of JobAccounts. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of JobAccounts. |