Class ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource
The "destinations" collection of methods.
Inheritance
Inherited Members
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 |
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 |
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 |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.MulticloudDataTransferConfigsResource.DestinationsResource.PatchRequest |