Share via


RestorableTableGetResult Constructors

Definition

Overloads

RestorableTableGetResult()

Initializes a new instance of the RestorableTableGetResult class.

RestorableTableGetResult(String, String, String, RestorableTablePropertiesResource)

Initializes a new instance of the RestorableTableGetResult class.

RestorableTableGetResult()

Initializes a new instance of the RestorableTableGetResult class.

public RestorableTableGetResult ();
Public Sub New ()

Applies to

RestorableTableGetResult(String, String, String, RestorableTablePropertiesResource)

Initializes a new instance of the RestorableTableGetResult class.

public RestorableTableGetResult (string id = default, string name = default, string type = default, Microsoft.Azure.Management.CosmosDB.Models.RestorableTablePropertiesResource resource = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableTableGetResult : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.RestorableTablePropertiesResource -> Microsoft.Azure.Management.CosmosDB.Models.RestorableTableGetResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional resource As RestorableTablePropertiesResource = Nothing)

Parameters

id
String

The unique resource Identifier of the ARM resource.

name
String

The name of the ARM resource.

type
String

The type of Azure resource.

resource
RestorableTablePropertiesResource

The resource of an Azure Cosmos DB Table event

Applies to