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)
Syntax
public IList<string> InstanceIds { get; set; }
public:
property IList<String^>^ InstanceIds {
IList<String^>^ get();
void set(IList<String^>^ value);
}
member InstanceIds : IList<string> with get, set
Public Property InstanceIds As IList(Of String)
Property Value
Type: System.Collections.Generic.IList<String>
See Also
WebSiteInstanceIdsResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top