Class EnterprisesResource.WebAppsResource
The "webApps" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class EnterprisesResource.WebAppsResource
Constructors
WebAppsResource(IClientService)
Constructs a new resource.
Declaration
public WebAppsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(WebApp, string)
Creates a web app.
Declaration
public virtual EnterprisesResource.WebAppsResource.CreateRequest Create(WebApp body, string parent)
Parameters
Type | Name | Description |
---|---|---|
WebApp | body | The body of the request. |
string | parent | The name of the enterprise in the form enterprises/{enterpriseId}. |
Returns
Type | Description |
---|---|
EnterprisesResource.WebAppsResource.CreateRequest |
Delete(string)
Deletes a web app.
Declaration
public virtual EnterprisesResource.WebAppsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}. |
Returns
Type | Description |
---|---|
EnterprisesResource.WebAppsResource.DeleteRequest |
Get(string)
Gets a web app.
Declaration
public virtual EnterprisesResource.WebAppsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}. |
Returns
Type | Description |
---|---|
EnterprisesResource.WebAppsResource.GetRequest |
List(string)
Lists web apps for a given enterprise.
Declaration
public virtual EnterprisesResource.WebAppsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | The name of the enterprise in the form enterprises/{enterpriseId}. |
Returns
Type | Description |
---|---|
EnterprisesResource.WebAppsResource.ListRequest |
Patch(WebApp, string)
Updates a web app.
Declaration
public virtual EnterprisesResource.WebAppsResource.PatchRequest Patch(WebApp body, string name)
Parameters
Type | Name | Description |
---|---|---|
WebApp | body | The body of the request. |
string | name | The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}. |
Returns
Type | Description |
---|---|
EnterprisesResource.WebAppsResource.PatchRequest |