Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PersistentResourcesResource

The "persistentResources" collection of methods.

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

Constructors

PersistentResourcesResource(IClientService)

Constructs a new resource.

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

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.PersistentResourcesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.OperationsResource

Methods

Create(GoogleCloudAiplatformV1beta1PersistentResource, string)

Creates a PersistentResource.

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

The body of the request.

string parent

Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.CreateRequest

Delete(string)

Deletes a PersistentResource.

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

Required. The name of the PersistentResource to be deleted. Format: projects/{project}/locations/{location}/persistentResources/{persistent_resource}

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.DeleteRequest

Get(string)

Gets a PersistentResource.

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

Required. The name of the PersistentResource resource. Format: projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.GetRequest

List(string)

Lists PersistentResources in a Location.

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

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.ListRequest

Patch(GoogleCloudAiplatformV1beta1PersistentResource, string)

Updates a PersistentResource.

Declaration
public virtual ProjectsResource.LocationsResource.PersistentResourcesResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1PersistentResource body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1PersistentResource body

The body of the request.

string name

Immutable. Resource name of a PersistentResource.

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.PatchRequest

Reboot(GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest, string)

Reboots a PersistentResource.

Declaration
public virtual ProjectsResource.LocationsResource.PersistentResourcesResource.RebootRequest Reboot(GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest body

The body of the request.

string name

Required. The name of the PersistentResource resource. Format: projects/{project_id_or_number}/locations/{location_id}/persistentResources/{persistent_resource_id}

Returns
Type Description
ProjectsResource.LocationsResource.PersistentResourcesResource.RebootRequest
In this article
Back to top Generated by DocFX