Class ProjectsResource.LocationsResource.ReplicationsInternalResource
The "replicationsInternal" collection of methods.
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ReplicationsInternalResource
Constructors
ReplicationsInternalResource(IClientService)
Constructs a new resource.
Declaration
public ReplicationsInternalResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(ReplicationInternal, string)
Create a new replication internal.
Declaration
public virtual ProjectsResource.LocationsResource.ReplicationsInternalResource.CreateRequest Create(ReplicationInternal body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| ReplicationInternal | body | The body of the request. |
| string | parent | Required. The parent of the replication internal. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReplicationsInternalResource.CreateRequest |
Delete(string)
Delete a single replication internal.
Declaration
public virtual ProjectsResource.LocationsResource.ReplicationsInternalResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the resource within a service. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReplicationsInternalResource.DeleteRequest |
Get(string)
Retrieve a single replication internal.
Declaration
public virtual ProjectsResource.LocationsResource.ReplicationsInternalResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the resource within a service. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReplicationsInternalResource.GetRequest |
List(string)
Retrieve a collection of replication internals.
Declaration
public virtual ProjectsResource.LocationsResource.ReplicationsInternalResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent of the replication internal. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReplicationsInternalResource.ListRequest |
Patch(ReplicationInternal, string)
Update a single replication internal.
Declaration
public virtual ProjectsResource.LocationsResource.ReplicationsInternalResource.PatchRequest Patch(ReplicationInternal body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| ReplicationInternal | body | The body of the request. |
| string | name | Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/replicationInternal/{replication_internal_id}" |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReplicationsInternalResource.PatchRequest |