Class AppsResource.DomainMappingsResource
The "domainMappings" collection of methods.
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.DomainMappingsResource
Constructors
DomainMappingsResource(IClientService)
Constructs a new resource.
Declaration
public DomainMappingsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(DomainMapping, string)
Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.
Declaration
public virtual AppsResource.DomainMappingsResource.CreateRequest Create(DomainMapping body, string appsId)
Parameters
Type | Name | Description |
---|---|---|
DomainMapping | body | The body of the request. |
string | appsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.DomainMappingsResource.CreateRequest |
Delete(string, string)
Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.
Declaration
public virtual AppsResource.DomainMappingsResource.DeleteRequest Delete(string appsId, string domainMappingsId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | domainMappingsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.DomainMappingsResource.DeleteRequest |
Get(string, string)
Gets the specified domain mapping.
Declaration
public virtual AppsResource.DomainMappingsResource.GetRequest Get(string appsId, string domainMappingsId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
string | domainMappingsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.DomainMappingsResource.GetRequest |
List(string)
Lists the domain mappings on an application.
Declaration
public virtual AppsResource.DomainMappingsResource.ListRequest List(string appsId)
Parameters
Type | Name | Description |
---|---|---|
string | appsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.DomainMappingsResource.ListRequest |
Patch(DomainMapping, string, string)
Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.
Declaration
public virtual AppsResource.DomainMappingsResource.PatchRequest Patch(DomainMapping body, string appsId, string domainMappingsId)
Parameters
Type | Name | Description |
---|---|---|
DomainMapping | body | The body of the request. |
string | appsId | Part of |
string | domainMappingsId | Part of |
Returns
Type | Description |
---|---|
AppsResource.DomainMappingsResource.PatchRequest |