Class ProjectsResource.LocationsResource.BackupVaultsResource.DataSourcesResource.AbandonBackupRequest
Internal only. Abandons a backup.
Inheritance
ProjectsResource.LocationsResource.BackupVaultsResource.DataSourcesResource.AbandonBackupRequest
Inherited Members
Namespace: Google.Apis.Backupdr.v1
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackupVaultsResource.DataSourcesResource.AbandonBackupRequest : BackupdrBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
AbandonBackupRequest(IClientService, AbandonBackupRequest, string)
Constructs a new AbandonBackup request.
Declaration
public AbandonBackupRequest(IClientService service, AbandonBackupRequest body, string dataSource)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AbandonBackupRequest | body | |
string | dataSource |
Properties
DataSource
Required. The resource name of the instance, in the format 'projects//locations//backupVaults/*/dataSources/'.
Declaration
[RequestParameter("dataSource", RequestParameterType.Path)]
public virtual string DataSource { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AbandonBackup parameter list.
Declaration
protected override void InitParameters()