Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource

The "imageImportJobs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource

Constructors

ImageImportJobsResource(IClientService)

Constructs a new resource.

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

Methods

Cancel(CancelImageImportJobRequest, string)

Initiates the cancellation of a running clone job.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.CancelRequest Cancel(CancelImageImportJobRequest body, string name)
Parameters
Type Name Description
CancelImageImportJobRequest body

The body of the request.

string name

Required. The image import job id.

Returns
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.CancelRequest

Get(string)

Gets details of a single ImageImportJob.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The ImageImportJob name.

Returns
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.GetRequest

List(string)

Lists ImageImportJobs in a given project.

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

Required. The parent, which owns this collection of targets.

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