StorageAccountListResponse 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 List Storage Accounts operation response.
public class StorageAccountListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Storage.Models.StorageAccount>
type StorageAccountListResponse = class
inherit AzureOperationResponse
interface seq<StorageAccount>
interface IEnumerable
Public Class StorageAccountListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of StorageAccount)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseStorageAccountListResponse
- Implements
Constructors
StorageAccountListResponse() |
Initializes a new instance of the StorageAccountListResponse class. |
Properties
StorageAccounts |
Optional. The requested storage accounts. |
Methods
GetEnumerator() |
Gets the sequence of StorageAccounts. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of StorageAccounts. |
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. |