Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource

The "agentConnectivityTemplates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource

Constructors

AgentConnectivityTemplatesResource(IClientService)

Constructs a new resource.

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

Methods

Create(AgentConnectivityTemplate, string)

Creates a new AgentConnectivityTemplate in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.CreateRequest Create(AgentConnectivityTemplate body, string parent)
Parameters
Type Name Description
AgentConnectivityTemplate body

The body of the request.

string parent

Required. The parent resource of the AgentConnectivityTemplate. Must be in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.CreateRequest

Delete(string)

Deletes a single AgentConnectivityTemplate.

Declaration
public virtual ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A name of the AgentConnectivityTemplate to delete. Must be in the format projects/*/locations/*/agentConnectivityTemplates/*.

Returns
Type Description
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.DeleteRequest

Get(string)

Gets details of a single AgentConnectivityTemplate.

Declaration
public virtual ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. A name of the AgentConnectivityTemplate to get. Must be in the format projects/*/locations/*/agentConnectivityTemplates/*.

Returns
Type Description
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.GetRequest

List(string)

Lists AgentConnectivityTemplates in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The project and location from which the AgentConnectivityTemplates should be listed, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.ListRequest

Patch(AgentConnectivityTemplate, string)

Updates the parameters of a single AgentConnectivityTemplate.

Declaration
public virtual ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.PatchRequest Patch(AgentConnectivityTemplate body, string name)
Parameters
Type Name Description
AgentConnectivityTemplate body

The body of the request.

string name

Identifier. Name of the AgentConnectivityTemplate resource. It matches pattern projects/*/locations/*/agentConnectivityTemplates/.

Returns
Type Description
ProjectsResource.LocationsResource.AgentConnectivityTemplatesResource.PatchRequest
In this article
Back to top Generated by DocFX