Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImageImportsResource

The "imageImports" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ImageImportsResource
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.v1
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ImageImportsResource

Constructors

ImageImportsResource(IClientService)

Constructs a new resource.

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

Properties

ImageImportJobs

Gets the ImageImportJobs resource.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource ImageImportJobs { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource

Methods

Create(ImageImport, string)

Creates a new ImageImport in a given project.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.CreateRequest Create(ImageImport body, string parent)
Parameters
Type Name Description
ImageImport body

The body of the request.

string parent

Required. The ImageImport's parent.

Returns
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.CreateRequest

Delete(string)

Deletes a single ImageImport.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The ImageImport name.

Returns
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.DeleteRequest

Get(string)

Gets details of a single ImageImport.

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

Required. The ImageImport name.

Returns
Type Description
ProjectsResource.LocationsResource.ImageImportsResource.GetRequest

List(string)

Lists ImageImports in a given project.

Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.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.ListRequest
In this article
Back to top Generated by DocFX