Class ProjectsResource.LocationsResource.LbEdgeExtensionsResource
The "lbEdgeExtensions" collection of methods.
Inherited Members
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 |
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 |
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 |
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 |
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 |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.LbEdgeExtensionsResource.PatchRequest |