Show / Hide Table of Contents

Class RegionTargetHttpProxiesResource

The "regionTargetHttpProxies" collection of methods.

Inheritance
object
RegionTargetHttpProxiesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class RegionTargetHttpProxiesResource

Constructors

RegionTargetHttpProxiesResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string, string, string)

Deletes the specified TargetHttpProxy resource.

Declaration
public virtual RegionTargetHttpProxiesResource.DeleteRequest Delete(string project, string region, string targetHttpProxy)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpProxy

Name of the TargetHttpProxy resource to delete.

Returns
Type Description
RegionTargetHttpProxiesResource.DeleteRequest

Get(string, string, string)

Returns the specified TargetHttpProxy resource in the specified region.

Declaration
public virtual RegionTargetHttpProxiesResource.GetRequest Get(string project, string region, string targetHttpProxy)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpProxy

Name of the TargetHttpProxy resource to return.

Returns
Type Description
RegionTargetHttpProxiesResource.GetRequest

Insert(TargetHttpProxy, string, string)

Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.

Declaration
public virtual RegionTargetHttpProxiesResource.InsertRequest Insert(TargetHttpProxy body, string project, string region)
Parameters
Type Name Description
TargetHttpProxy body

The body of the request.

string project

Project ID for this request.

string region

Name of the region scoping this request.

Returns
Type Description
RegionTargetHttpProxiesResource.InsertRequest

List(string, string)

Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.

Declaration
public virtual RegionTargetHttpProxiesResource.ListRequest List(string project, string region)
Parameters
Type Name Description
string project

Project ID for this request.

string region

Name of the region scoping this request.

Returns
Type Description
RegionTargetHttpProxiesResource.ListRequest

SetUrlMap(UrlMapReference, string, string, string)

Changes the URL map for TargetHttpProxy.

Declaration
public virtual RegionTargetHttpProxiesResource.SetUrlMapRequest SetUrlMap(UrlMapReference body, string project, string region, string targetHttpProxy)
Parameters
Type Name Description
UrlMapReference body

The body of the request.

string project

Project ID for this request.

string region

Name of the region scoping this request.

string targetHttpProxy

Name of the TargetHttpProxy to set a URL map for.

Returns
Type Description
RegionTargetHttpProxiesResource.SetUrlMapRequest

TestIamPermissions(TestPermissionsRequest, string, string, string)

Returns permissions that a caller has on the specified resource.

Declaration
public virtual RegionTargetHttpProxiesResource.TestIamPermissionsRequest TestIamPermissions(TestPermissionsRequest body, string project, string region, string resource)
Parameters
Type Name Description
TestPermissionsRequest body

The body of the request.

string project

Project ID for this request.

string region

The name of the region for this request.

string resource

Name or id of the resource for this request.

Returns
Type Description
RegionTargetHttpProxiesResource.TestIamPermissionsRequest
In This Article
Back to top Generated by DocFX