Class DomainAliasesResource
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
The "domainAliases" collection of methods.
public class DomainAliasesResource
- Inheritance
-
DomainAliasesResource
- Inherited Members
Constructors
DomainAliasesResource(IClientService)
Constructs a new resource.
public DomainAliasesResource(IClientService service)
Parameters
service
IClientService
Methods
Delete(string, string)
Deletes a domain Alias of the customer.
public virtual DomainAliasesResource.DeleteRequest Delete(string customer, string domainAliasName)
Parameters
customer
stringImmutable ID of the Google Workspace account.
domainAliasName
stringName of domain alias to be retrieved.
Returns
Get(string, string)
Retrieves a domain alias of the customer.
public virtual DomainAliasesResource.GetRequest Get(string customer, string domainAliasName)
Parameters
customer
stringImmutable ID of the Google Workspace account.
domainAliasName
stringName of domain alias to be retrieved.
Returns
Insert(DomainAlias, string)
Inserts a domain alias of the customer.
public virtual DomainAliasesResource.InsertRequest Insert(DomainAlias body, string customer)
Parameters
body
DomainAliasThe body of the request.
customer
stringImmutable ID of the Google Workspace account.
Returns
List(string)
Lists the domain aliases of the customer.
public virtual DomainAliasesResource.ListRequest List(string customer)
Parameters
customer
stringImmutable ID of the Google Workspace account.