WebSiteInstanceIdsResponse 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 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.AzureOperationResponseWebSiteInstanceIdsResponse
- 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
Azure SDK for .NET