WebSiteGetBackupsResponse Class

Definition

List of backups for the website.

public class WebSiteGetBackupsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.WebSites.Models.BackupItem>
type WebSiteGetBackupsResponse = class
    inherit AzureOperationResponse
    interface seq<BackupItem>
    interface IEnumerable
Public Class WebSiteGetBackupsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of BackupItem)
Inheritance
Microsoft.Azure.AzureOperationResponse
WebSiteGetBackupsResponse
Implements

Constructors

WebSiteGetBackupsResponse()

Initializes a new instance of the WebSiteGetBackupsResponse class.

Properties

BackupItems

Optional. Backups for a web site.

Methods

GetEnumerator()

Gets the sequence of BackupItems.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of BackupItems.

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