Class RegionHealthCheckServicesResource
The "regionHealthCheckServices" collection of methods.
Inherited Members
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionHealthCheckServicesResource
Constructors
RegionHealthCheckServicesResource(IClientService)
Constructs a new resource.
Declaration
public RegionHealthCheckServicesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes the specified regional HealthCheckService.
Declaration
public virtual RegionHealthCheckServicesResource.DeleteRequest Delete(string project, string region, string healthCheckService)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | healthCheckService | Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035. |
Returns
Type | Description |
---|---|
RegionHealthCheckServicesResource.DeleteRequest |
Get(string, string, string)
Returns the specified regional HealthCheckService resource.
Declaration
public virtual RegionHealthCheckServicesResource.GetRequest Get(string project, string region, string healthCheckService)
Parameters
Type | Name | Description |
---|---|---|
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | healthCheckService | Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. |
Returns
Type | Description |
---|---|
RegionHealthCheckServicesResource.GetRequest |
Insert(HealthCheckService, string, string)
Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
Declaration
public virtual RegionHealthCheckServicesResource.InsertRequest Insert(HealthCheckService body, string project, string region)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckService | 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 |
---|---|
RegionHealthCheckServicesResource.InsertRequest |
List(string, string)
Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
Declaration
public virtual RegionHealthCheckServicesResource.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 |
---|---|
RegionHealthCheckServicesResource.ListRequest |
Patch(HealthCheckService, string, string, string)
Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
Declaration
public virtual RegionHealthCheckServicesResource.PatchRequest Patch(HealthCheckService body, string project, string region, string healthCheckService)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckService | body | The body of the request. |
string | project | Project ID for this request. |
string | region | Name of the region scoping this request. |
string | healthCheckService | Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. |
Returns
Type | Description |
---|---|
RegionHealthCheckServicesResource.PatchRequest |