Class ProjectsResource.LocationsResource.ImageImportsResource
The "imageImports" collection of methods.
Inherited Members
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 |
---|---|---|
IClient |
service |
Properties
ImageImportJobs
Gets the ImageImportJobs resource.
Declaration
public virtual ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource ImageImportJobs { get; }
Property Value
Type | Description |
---|---|
Projects |
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 |
---|---|---|
Image |
body | The body of the request. |
string | parent | Required. The ImageImport's parent. |
Returns
Type | Description |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |