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