Class InstancesResource.ReleaseSsrsLeaseRequest
Release a lease for the setup of SQL Server Reporting Services (SSRS).
Inheritance
InstancesResource.ReleaseSsrsLeaseRequest
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class InstancesResource.ReleaseSsrsLeaseRequest : SQLAdminBaseServiceRequest<SqlInstancesReleaseSsrsLeaseResponse>, IClientServiceRequest<SqlInstancesReleaseSsrsLeaseResponse>, IClientServiceRequest
Constructors
ReleaseSsrsLeaseRequest(IClientService, string, string)
Constructs a new ReleaseSsrsLease request.
Declaration
public ReleaseSsrsLeaseRequest(IClientService service, string project, string instance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project | |
string | instance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Instance
Required. The Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).
Declaration
[RequestParameter("instance", RequestParameterType.Path)]
public virtual string Instance { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Project
Required. The ID of the project that contains the instance (Example: project-id).
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ReleaseSsrsLease parameter list.
Declaration
protected override void InitParameters()