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)

public:
property IList<String^>^ InstanceIds {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: