Show / Hide Table of Contents

Class AcquireSsrsLeaseContext

Acquire SSRS lease context.

Inheritance
object
AcquireSsrsLeaseContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class AcquireSsrsLeaseContext : IDirectResponseSchema

Properties

Duration

Lease duration needed for SSRS setup.

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReportDatabase

The report database to be used for SSRS setup.

Declaration
[JsonProperty("reportDatabase")]
public virtual string ReportDatabase { get; set; }
Property Value
Type Description
string

ServiceLogin

The username to be used as the service login to connect to the report database for SSRS setup.

Declaration
[JsonProperty("serviceLogin")]
public virtual string ServiceLogin { get; set; }
Property Value
Type Description
string

SetupLogin

The username to be used as the setup login to connect to the database server for SSRS setup.

Declaration
[JsonProperty("setupLogin")]
public virtual string SetupLogin { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX