Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LbRouteExtensionsResource

The "lbRouteExtensions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LbRouteExtensionsResource
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.LbRouteExtensionsResource

Constructors

LbRouteExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(LbRouteExtension, string)

Creates a new LbRouteExtension resource in a given project and location.

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

The body of the request.

string parent

Required. The parent resource of the LbRouteExtension resource. Must be in the format projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.LbRouteExtensionsResource.CreateRequest

Delete(string)

Deletes the specified LbRouteExtension resource.

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

Required. The name of the LbRouteExtension resource to delete. Must be in the format projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbRouteExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified LbRouteExtension resource.

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

Required. A name of the LbRouteExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbRouteExtensionsResource.GetRequest

List(string)

Lists LbRouteExtension resources in a given project and location.

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

Required. The project and location from which the LbRouteExtension resources are listed. These values are specified in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.LbRouteExtensionsResource.ListRequest

Patch(LbRouteExtension, string)

Updates the parameters of the specified LbRouteExtension resource.

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

The body of the request.

string name

Required. Identifier. Name of the LbRouteExtension resource in the following format: projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}.

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