Share via


ProtectableObjectResponse Class

Definition

The definition of a Management List Response.

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

Constructors

ProtectableObjectResponse()

Initializes a new instance of the ProtectableObjectResponse 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