RestorableSqlContainerGetResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RestorableSqlContainerGetResult() |
Initializes a new instance of the RestorableSqlContainerGetResult class. |
RestorableSqlContainerGetResult(RestorableSqlContainerPropertiesResource, String, String, String) |
Initializes a new instance of the RestorableSqlContainerGetResult class. |
RestorableSqlContainerGetResult()
Initializes a new instance of the RestorableSqlContainerGetResult class.
public RestorableSqlContainerGetResult ();
Public Sub New ()
Applies to
RestorableSqlContainerGetResult(RestorableSqlContainerPropertiesResource, String, String, String)
Initializes a new instance of the RestorableSqlContainerGetResult class.
public RestorableSqlContainerGetResult (Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResource resource = default, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerGetResult : Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResource * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerGetResult
Public Sub New (Optional resource As RestorableSqlContainerPropertiesResource = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
The resource of an Azure Cosmos DB SQL container event
- 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.
Applies to
Azure SDK for .NET