Show / Hide Table of Contents

Class AppsResource.AuthorizedDomainsResource

The "authorizedDomains" collection of methods.

Inheritance
System.Object
AppsResource.AuthorizedDomainsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AuthorizedDomainsResource

Constructors

AuthorizedDomainsResource(IClientService)

Constructs a new resource.

Declaration
public AuthorizedDomainsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

Lists all domains the user is authorized to administer.

Declaration
public virtual AppsResource.AuthorizedDomainsResource.ListRequest List(string appsId)
Parameters
Type Name Description
System.String appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
AppsResource.AuthorizedDomainsResource.ListRequest
In This Article
Back to top