Share via


DataSourceResponse Class

Definition

The definition of a Management List Response.

public class DataSourceResponse : Microsoft.Azure.Management.BackupServices.Models.ManagementBaseObject, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.BackupServices.Models.DataSourceInfo>
type DataSourceResponse = class
    inherit ManagementBaseObject
    interface seq<DataSourceInfo>
    interface IEnumerable
Public Class DataSourceResponse
Inherits ManagementBaseObject
Implements IEnumerable(Of DataSourceInfo)
Inheritance
DataSourceResponse
Implements

Constructors

DataSourceResponse()

Initializes a new instance of the DataSourceResponse class.

Properties

Objects

Optional. The ID of the source Server.

ResultCount

Optional. The ID of the source Server.

Skiptoken

Optional. The ID of the source Server.

Methods

GetEnumerator()

Gets the sequence of Objects.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Objects.

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