Show / Hide Table of Contents

Class AppsResource.AuthorizedDomainsResource

The "authorizedDomains" collection of methods.

Inheritance
object
AppsResource.AuthorizedDomainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.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
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 Generated by DocFX