Show / Hide Table of Contents

Class Database

The database for sqlserver

Inheritance
object
Database
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.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Database : IDirectResponseSchema

Properties

BackupFile

Output only. The backup file

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

BackupSchedule

Output only. The backup schedule

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

ETag

The ETag of the item.

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

HostVm

Output only. The host VM

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

Name

Output only. The database name

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX