Class ServicesResource.TenancyUnitsResource.UndeleteProjectRequest
Attempts to undelete a previously deleted tenant project. The project must be in a DELETED state. There
are no guarantees that an undeleted project will be in a fully restored and functional state. Call the
ApplyTenantProjectConfig
method to update its configuration and then validate all managed service
resources. Operation.
Inheritance
ServicesResource.TenancyUnitsResource.UndeleteProjectRequest
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1
Assembly: Google.Apis.ServiceConsumerManagement.v1.dll
Syntax
public class ServicesResource.TenancyUnitsResource.UndeleteProjectRequest : ServiceConsumerManagementBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
UndeleteProjectRequest(IClientService, UndeleteTenantProjectRequest, string)
Constructs a new UndeleteProject request.
Declaration
public UndeleteProjectRequest(IClientService service, UndeleteTenantProjectRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UndeleteTenantProjectRequest | body | |
string | name |
Properties
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
Name
Required. Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
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 UndeleteProject parameter list.
Declaration
protected override void InitParameters()