Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutonomousDbVersionsResource

The "autonomousDbVersions" collection of methods.

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

Constructors

AutonomousDbVersionsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all the available Autonomous Database versions for a project and location.

Declaration
public virtual ProjectsResource.LocationsResource.AutonomousDbVersionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.

Returns
Type Description
ProjectsResource.LocationsResource.AutonomousDbVersionsResource.ListRequest
In this article
Back to top Generated by DocFX