Share via


WebSiteInstanceIdsResponse.InstanceIds Property

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

Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim instance As WebSiteInstanceIdsResponse
Dim value As IList(Of String)

value = instance.InstanceIds

instance.InstanceIds = value

Syntax

'Declaration
Public Property InstanceIds As IList(Of String)
public IList<string> InstanceIds { get; set; }
public:
property IList<String^>^ InstanceIds {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_InstanceIds ()

/** @property */
public void set_InstanceIds (IList<String> value)
public function get InstanceIds () : IList<String>

public function set InstanceIds (value : IList<String>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteInstanceIdsResponse Class
WebSiteInstanceIdsResponse Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace