Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ResourceBackupConfigsResource

The "resourceBackupConfigs" collection of methods.

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

Constructors

ResourceBackupConfigsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists ResourceBackupConfigs.

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

Required. The project and location for which to retrieve resource backup configs. Format: 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1.

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