WebSiteInstanceIdsResponse Class

Definition

The web site instance ids response.

public class WebSiteInstanceIdsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<string>
type WebSiteInstanceIdsResponse = class
    inherit AzureOperationResponse
    interface seq<string>
    interface IEnumerable
Public Class WebSiteInstanceIdsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of String)
Inheritance
Microsoft.Azure.AzureOperationResponse
WebSiteInstanceIdsResponse
Implements

Constructors

WebSiteInstanceIdsResponse()

Initializes a new instance of the WebSiteInstanceIdsResponse class.

Properties

InstanceIds

Optional. The identifiers of the currently running instances of the web site.

Methods

GetEnumerator()

Gets the sequence of InstanceIds.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of InstanceIds.

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