共用方式為


RestorableSqlDatabasePropertiesResource Constructors

Definition

Overloads

RestorableSqlDatabasePropertiesResource()

Initializes a new instance of the RestorableSqlDatabasePropertiesResource class.

RestorableSqlDatabasePropertiesResource(String, String, String, String, String, RestorableSqlDatabasePropertiesResourceDatabase)

Initializes a new instance of the RestorableSqlDatabasePropertiesResource class.

RestorableSqlDatabasePropertiesResource()

Initializes a new instance of the RestorableSqlDatabasePropertiesResource class.

public RestorableSqlDatabasePropertiesResource ();
Public Sub New ()

Applies to

RestorableSqlDatabasePropertiesResource(String, String, String, String, String, RestorableSqlDatabasePropertiesResourceDatabase)

Initializes a new instance of the RestorableSqlDatabasePropertiesResource class.

public RestorableSqlDatabasePropertiesResource (string _rid = default, string operationType = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default, Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase database = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResource : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResourceDatabase -> Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlDatabasePropertiesResource
Public Sub New (Optional _rid As String = Nothing, Optional operationType As String = Nothing, Optional eventTimestamp As String = Nothing, Optional ownerId As String = Nothing, Optional ownerResourceId As String = Nothing, Optional database As RestorableSqlDatabasePropertiesResourceDatabase = Nothing)

Parameters

_rid
String

A system generated property. A unique identifier.

operationType
String

The operation type of this database event. Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation'

eventTimestamp
String

The time when this database event happened.

ownerId
String

The name of the SQL database.

ownerResourceId
String

The resource ID of the SQL database.

database
RestorableSqlDatabasePropertiesResourceDatabase

Cosmos DB SQL database resource object

Applies to