Class RegionBackendServicesResource
The "regionBackendServices" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionBackendServicesResource
Constructors
RegionBackendServicesResource(IClientService)
Constructs a new resource.
Declaration
public RegionBackendServicesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(String, String, String)
Deletes the specified regional BackendService resource.
Declaration
public virtual RegionBackendServicesResource.DeleteRequest Delete(string project, string region, string backendService)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | backendService | Name of the BackendService resource to delete. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.DeleteRequest |
Get(String, String, String)
Returns the specified regional BackendService resource.
Declaration
public virtual RegionBackendServicesResource.GetRequest Get(string project, string region, string backendService)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | backendService | Name of the BackendService resource to return. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.GetRequest |
GetHealth(ResourceGroupReference, String, String, String)
Gets the most recent health check results for this regional BackendService.
Declaration
public virtual RegionBackendServicesResource.GetHealthRequest GetHealth(ResourceGroupReference body, string project, string region, string backendService)
Parameters
| Type | Name | Description |
|---|---|---|
| ResourceGroupReference | body | The body of the request. |
| System.String | project |
|
| System.String | region | Name of the region scoping this request. |
| System.String | backendService | Name of the BackendService resource for which to get health. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.GetHealthRequest |
Insert(BackendService, String, String)
Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.
Declaration
public virtual RegionBackendServicesResource.InsertRequest Insert(BackendService body, string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendService | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.InsertRequest |
List(String, String)
Retrieves the list of regional BackendService resources available to the specified project in the given region.
Declaration
public virtual RegionBackendServicesResource.ListRequest List(string project, string region)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.ListRequest |
Patch(BackendService, String, String, String)
Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Declaration
public virtual RegionBackendServicesResource.PatchRequest Patch(BackendService body, string project, string region, string backendService)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendService | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | backendService | Name of the BackendService resource to patch. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.PatchRequest |
Update(BackendService, String, String, String)
Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .
Declaration
public virtual RegionBackendServicesResource.UpdateRequest Update(BackendService body, string project, string region, string backendService)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendService | body | The body of the request. |
| System.String | project | Project ID for this request. |
| System.String | region | Name of the region scoping this request. |
| System.String | backendService | Name of the BackendService resource to update. |
Returns
| Type | Description |
|---|---|
| RegionBackendServicesResource.UpdateRequest |