DataContainerListResponse 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.
The response model for the list of data containers.
public class DataContainerListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.StorSimple.Models.DataContainer>
type DataContainerListResponse = class
inherit AzureOperationResponse
interface seq<DataContainer>
interface IEnumerable
Public Class DataContainerListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DataContainer)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDataContainerListResponse
- Implements
Constructors
DataContainerListResponse() |
Initializes a new instance of the DataContainerListResponse class. |
Properties
DataContainers |
Optional. The list of Data Containers in the given Device |
Methods
GetEnumerator() |
Gets the sequence of DataContainers. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DataContainers. |
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