Show / Hide Table of Contents

Class RegionZonesResource

The "regionZones" collection of methods.

Inheritance
object
RegionZonesResource
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.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionZonesResource

Constructors

RegionZonesResource(IClientService)

Constructs a new resource.

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

Methods

List(string, string)

Retrieves the list of Zone resources under the specific region available to the specified project.

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

Project ID for this request.

string region

Region for this request.

Returns
Type Description
RegionZonesResource.ListRequest
In this article
Back to top Generated by DocFX