DataSourceResponse 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 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
- 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. |