Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LbEdgeExtensionsResource

The "lbEdgeExtensions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.LbEdgeExtensionsResource
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.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.LbEdgeExtensionsResource

Constructors

LbEdgeExtensionsResource(IClientService)

Constructs a new resource.

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

Methods

Create(LbEdgeExtension, string)

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

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.LbEdgeExtensionsResource.CreateRequest

Delete(string)

Deletes the specified LbEdgeExtension resource.

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

Required. The name of the LbEdgeExtension resource to delete. Must be in the format projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbEdgeExtensionsResource.DeleteRequest

Get(string)

Gets details of the specified LbEdgeExtension resource.

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

Required. A name of the LbEdgeExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.

Returns
Type Description
ProjectsResource.LocationsResource.LbEdgeExtensionsResource.GetRequest

List(string)

Lists LbEdgeExtension resources in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.LbEdgeExtensionsResource.ListRequest

Patch(LbEdgeExtension, string)

Updates the parameters of the specified LbEdgeExtension resource.

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

The body of the request.

string name

Required. Identifier. Name of the LbEdgeExtension resource in the following format: projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.

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