GetByID method of the CIM_WebApplicationProxyApplication class

Retrieves information about the published web application that has the specified ID.

Syntax

uint32 GetByID(
  [in]  string          ID,
  [out] PublishedWebApp cmdletOutput[]
);

Parameters

ID [in]

The ID of the published web application.

cmdletOutput [out]

When this method returns, if there are multiple results, this parameter contains an array of application names. Otherwise, this parameter contains an array that contains the information about the published web application.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\WebApplicationProxy
Header
Fsrm.h
MOF
AppProxyPSProvider.mof
DLL
AppProxyPSProvider.dll

See also

CIM_WebApplicationProxyApplication