Show / Hide Table of Contents

Class TiersResource

The "tiers" collection of methods.

Inheritance
object
TiersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class TiersResource

Constructors

TiersResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840. For more information, see https://cloud.google.com/sql/pricing.

Declaration
public virtual TiersResource.ListRequest List(string project)
Parameters
Type Name Description
string project

Project ID of the project for which to list tiers.

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