Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource

The "destinations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource

Constructors

DestinationsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Destination, string)

Creates a Destination resource in a specified project and location.

Declaration
public virtual ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.CreateRequest Create(Destination body, string parent)
Parameters
Type Name Description
Destination body

The body of the request.

string parent

Required. The name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.CreateRequest

Delete(string)

Deletes a Destination resource.

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

Required. The name of the Destination resource to delete.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.DeleteRequest

Get(string)

Gets the details of a Destination resource.

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

Required. The name of the Destination resource to get.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.GetRequest

List(string)

Lists the Destination resources in a specified project and location.

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

Required. The name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.ListRequest

Patch(Destination, string)

Updates a Destination resource in a specified project and location.

Declaration
public virtual ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.PatchRequest Patch(Destination body, string name)
Parameters
Type Name Description
Destination body

The body of the request.

string name

Identifier. The name of the Destination resource. Format: projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}/destinations/{destination}.

Returns
Type Description
ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.PatchRequest
In this article
Back to top Generated by DocFX