Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServiceConfigResource

The "serviceConfig" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ServiceConfigResource
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.ServiceConfigResource

Constructors

ServiceConfigResource(IClientService)

Constructs a new resource.

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

Methods

Initialize(InitializeServiceRequest, string)

Initializes the service related config for a project.

Declaration
public virtual ProjectsResource.LocationsResource.ServiceConfigResource.InitializeRequest Initialize(InitializeServiceRequest body, string name)
Parameters
Type Name Description
InitializeServiceRequest body

The body of the request.

string name

Required. The resource name of the serviceConfig used to initialize the service. Format: projects/{project_id}/locations/{location}/serviceConfig.

Returns
Type Description
ProjectsResource.LocationsResource.ServiceConfigResource.InitializeRequest
In this article
Back to top Generated by DocFX