ArmSqlModelFactory.RestorableDroppedDatabaseData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von RestorableDroppedDatabaseData.
public static Azure.ResourceManager.Sql.RestorableDroppedDatabaseData RestorableDroppedDatabaseData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Sql.Models.SqlSku sku = default, string databaseName = default, long? maxSizeBytes = default, DateTimeOffset? createdOn = default, DateTimeOffset? deletedOn = default, DateTimeOffset? earliestRestoreOn = default, Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy? backupStorageRedundancy = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Sql.Models.SqlDatabaseKey> keys = default);
static member RestorableDroppedDatabaseData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Sql.Models.SqlSku * string * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Sql.Models.SqlBackupStorageRedundancy> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Sql.Models.SqlDatabaseKey> -> Azure.ResourceManager.Sql.RestorableDroppedDatabaseData
Public Shared Function RestorableDroppedDatabaseData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As SqlSku = Nothing, Optional databaseName As String = Nothing, Optional maxSizeBytes As Nullable(Of Long) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional earliestRestoreOn As Nullable(Of DateTimeOffset) = Nothing, Optional backupStorageRedundancy As Nullable(Of SqlBackupStorageRedundancy) = Nothing, Optional keys As IDictionary(Of String, SqlDatabaseKey) = Nothing) As RestorableDroppedDatabaseData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- sku
- SqlSku
Der Name und die Ebene der SKU.
- databaseName
- String
Der Name der Datenbank.
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum der Datenbank (ISO8601-Format).
- deletedOn
- Nullable<DateTimeOffset>
Das Löschdatum der Datenbank (ISO8601-Format).
- earliestRestoreOn
- Nullable<DateTimeOffset>
Das früheste Wiederherstellungsdatum der Datenbank (ISO8601-Format).
- backupStorageRedundancy
- Nullable<SqlBackupStorageRedundancy>
Der Speicherkontotyp, der zum Speichern von Sicherungen für diese Datenbank verwendet wird.
- keys
- IDictionary<String,SqlDatabaseKey>
Die Ressourcen-ID der zu verwendenden benutzerseitig zugewiesenen Identitäten.
Gibt zurück
Eine neue RestorableDroppedDatabaseData instance zum Mocking.
Gilt für:
Azure SDK for .NET