Show / Hide Table of Contents

Class AccountsResource.ContainersResource

The "containers" collection of methods.

Inheritance
object
AccountsResource.ContainersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TagManager.v1
Assembly: Google.Apis.TagManager.v1.dll
Syntax
public class AccountsResource.ContainersResource

Constructors

ContainersResource(IClientService)

Constructs a new resource.

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

Properties

Environments

Gets the Environments resource.

Declaration
public virtual AccountsResource.ContainersResource.EnvironmentsResource Environments { get; }
Property Value
Type Description
AccountsResource.ContainersResource.EnvironmentsResource

Folders

Gets the Folders resource.

Declaration
public virtual AccountsResource.ContainersResource.FoldersResource Folders { get; }
Property Value
Type Description
AccountsResource.ContainersResource.FoldersResource

MoveFolders

Gets the MoveFolders resource.

Declaration
public virtual AccountsResource.ContainersResource.MoveFoldersResource MoveFolders { get; }
Property Value
Type Description
AccountsResource.ContainersResource.MoveFoldersResource

ReauthorizeEnvironments

Gets the ReauthorizeEnvironments resource.

Declaration
public virtual AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource ReauthorizeEnvironments { get; }
Property Value
Type Description
AccountsResource.ContainersResource.ReauthorizeEnvironmentsResource

Tags

Gets the Tags resource.

Declaration
public virtual AccountsResource.ContainersResource.TagsResource Tags { get; }
Property Value
Type Description
AccountsResource.ContainersResource.TagsResource

Triggers

Gets the Triggers resource.

Declaration
public virtual AccountsResource.ContainersResource.TriggersResource Triggers { get; }
Property Value
Type Description
AccountsResource.ContainersResource.TriggersResource

Variables

Gets the Variables resource.

Declaration
public virtual AccountsResource.ContainersResource.VariablesResource Variables { get; }
Property Value
Type Description
AccountsResource.ContainersResource.VariablesResource

Versions

Gets the Versions resource.

Declaration
public virtual AccountsResource.ContainersResource.VersionsResource Versions { get; }
Property Value
Type Description
AccountsResource.ContainersResource.VersionsResource

Methods

Create(Container, string)

Creates a Container.

Declaration
public virtual AccountsResource.ContainersResource.CreateRequest Create(Container body, string accountId)
Parameters
Type Name Description
Container body

The body of the request.

string accountId

The GTM Account ID.

Returns
Type Description
AccountsResource.ContainersResource.CreateRequest

Delete(string, string)

Deletes a Container.

Declaration
public virtual AccountsResource.ContainersResource.DeleteRequest Delete(string accountId, string containerId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.DeleteRequest

Get(string, string)

Gets a Container.

Declaration
public virtual AccountsResource.ContainersResource.GetRequest Get(string accountId, string containerId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.GetRequest

List(string)

Lists all Containers that belongs to a GTM Account.

Declaration
public virtual AccountsResource.ContainersResource.ListRequest List(string accountId)
Parameters
Type Name Description
string accountId

The GTM Account ID.

Returns
Type Description
AccountsResource.ContainersResource.ListRequest

Update(Container, string, string)

Updates a Container.

Declaration
public virtual AccountsResource.ContainersResource.UpdateRequest Update(Container body, string accountId, string containerId)
Parameters
Type Name Description
Container body

The body of the request.

string accountId

The GTM Account ID.

string containerId

The GTM Container ID.

Returns
Type Description
AccountsResource.ContainersResource.UpdateRequest
In this article
Back to top Generated by DocFX