Share via


SacChangeListResponse Class

Definition

Awesome Info about Device

public class SacChangeListResponse : System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse>
type SacChangeListResponse = class
    interface seq<StorageAccountCredentialResponse>
    interface IEnumerable
Public Class SacChangeListResponse
Implements IEnumerable(Of StorageAccountCredentialResponse)
Inheritance
SacChangeListResponse
Implements

Constructors

SacChangeListResponse()

Initializes a new instance of the SacChangeListResponse class.

Properties

Added

Optional. List of storage account credentials to add

Deleted

Optional. Deleted storage account credentials

Updated

Optional. List of storage account credentials to update

Methods

GetEnumerator()

Gets the sequence of Added.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Added.

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