DatabaseOperationListResponse 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 containing the list of database operations for a given server or database.
public class DatabaseOperationListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation>
type DatabaseOperationListResponse = class
inherit AzureOperationResponse
interface seq<DatabaseOperation>
interface IEnumerable
Public Class DatabaseOperationListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DatabaseOperation)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDatabaseOperationListResponse
- Implements
Constructors
DatabaseOperationListResponse() |
Initializes a new instance of the DatabaseOperationListResponse class. |
Properties
DatabaseOperations |
Optional. Gets or sets the collection of database operations returned from a call to List Database Operations. |
Methods
GetEnumerator() |
Gets the sequence of DatabaseOperations. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DatabaseOperations. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Applies to
Azure SDK for .NET