次の方法で共有


ArmSqlModelFactory.RestorableDroppedDatabaseData メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

sku
SqlSku

SKU の名前と階層。

databaseName
String

データベースの名前。

maxSizeBytes
Nullable<Int64>

データベースの最大サイズ (バイト単位)。

createdOn
Nullable<DateTimeOffset>

データベースの作成日 (ISO8601 形式)。

deletedOn
Nullable<DateTimeOffset>

データベースの削除日 (ISO8601 形式)。

earliestRestoreOn
Nullable<DateTimeOffset>

データベースの最も古い復元日 (ISO8601 形式)。

backupStorageRedundancy
Nullable<SqlBackupStorageRedundancy>

このデータベースのバックアップを格納するために使用されるストレージ アカウントの種類。

keys
IDictionary<String,SqlDatabaseKey>

使用するユーザー割り当て ID のリソース ID。

戻り値

モック作成用の新しい RestorableDroppedDatabaseData インスタンス。

適用対象