ElasticPoolActivityListResponse 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 Elastic Pool Activity request.
public class ElasticPoolActivityListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolActivity>
type ElasticPoolActivityListResponse = class
inherit AzureOperationResponse
interface seq<ElasticPoolActivity>
interface IEnumerable
Public Class ElasticPoolActivityListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ElasticPoolActivity)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseElasticPoolActivityListResponse
- Implements
Constructors
ElasticPoolActivityListResponse() |
Initializes a new instance of the ElasticPoolActivityListResponse class. |
Properties
ElasticPoolActivities |
Optional. Gets or sets the list of Azure Sql Elastic Pool Activities. |
Methods
GetEnumerator() |
Gets the sequence of ElasticPoolActivities. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of ElasticPoolActivities. |