RestorableDatabaseAccountGetResult 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
RestorableDatabaseAccountGetResult() |
Initializes a new instance of the RestorableDatabaseAccountGetResult class. |
RestorableDatabaseAccountGetResult(String, Nullable<DateTime>, Nullable<DateTime>, String, IList<RestorableLocationResource>, String, String, String, String) |
Initializes a new instance of the RestorableDatabaseAccountGetResult class. |
RestorableDatabaseAccountGetResult()
Initializes a new instance of the RestorableDatabaseAccountGetResult class.
public RestorableDatabaseAccountGetResult ();
Public Sub New ()
Applies to
RestorableDatabaseAccountGetResult(String, Nullable<DateTime>, Nullable<DateTime>, String, IList<RestorableLocationResource>, String, String, String, String)
Initializes a new instance of the RestorableDatabaseAccountGetResult class.
public RestorableDatabaseAccountGetResult (string accountName = default, DateTime? creationTime = default, DateTime? deletionTime = default, string apiType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.RestorableLocationResource> restorableLocations = default, string id = default, string name = default, string type = default, string location = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableDatabaseAccountGetResult : string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.RestorableLocationResource> * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableDatabaseAccountGetResult
Public Sub New (Optional accountName As String = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional deletionTime As Nullable(Of DateTime) = Nothing, Optional apiType As String = Nothing, Optional restorableLocations As IList(Of RestorableLocationResource) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing)
Parameters
- accountName
- String
The name of the global database account
The creation time of the restorable database account (ISO-8601 format).
The time at which the restorable database account has been deleted (ISO-8601 format).
- apiType
- String
The API type of the restorable database account. Possible values include: 'MongoDB', 'Gremlin', 'Cassandra', 'Table', 'Sql', 'GremlinV2'
- restorableLocations
- IList<RestorableLocationResource>
List of regions where the of the database account can be restored from.
- 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.
- location
- String
The location of the resource group to which the resource belongs.
Applies to
Azure SDK for .NET