DatabaseUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DatabaseUpdate()
DatabaseUpdate クラスの新しいインスタンスを初期化します。
public DatabaseUpdate ();
Public Sub New ()
適用対象
DatabaseUpdate(Sku, DatabaseIdentity, String, String, Nullable<Int64>, String, String, String, String, Nullable<Guid>, Nullable<DateTime>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String, Nullable<Boolean>, String, Nullable<Int64>, Nullable<DateTime>, String, Nullable<Int32>, String, Sku, Nullable<Int32>, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Guid>, IDictionary<String,String>)
DatabaseUpdate クラスの新しいインスタンスを初期化します。
public DatabaseUpdate (Microsoft.Azure.Management.Sql.Models.Sku sku = default, Microsoft.Azure.Management.Sql.Models.DatabaseIdentity identity = default, string createMode = default, string collation = default, long? maxSizeBytes = default, string sampleName = default, string elasticPoolId = default, string sourceDatabaseId = default, string status = default, Guid? databaseId = default, DateTime? creationDate = default, string currentServiceObjectiveName = default, string requestedServiceObjectiveName = default, string defaultSecondaryLocation = default, string failoverGroupId = default, DateTime? restorePointInTime = default, DateTime? sourceDatabaseDeletionDate = default, string recoveryServicesRecoveryPointId = default, string longTermRetentionBackupResourceId = default, string recoverableDatabaseId = default, string restorableDroppedDatabaseId = default, string catalogCollation = default, bool? zoneRedundant = default, string licenseType = default, long? maxLogSizeBytes = default, DateTime? earliestRestoreDate = default, string readScale = default, int? highAvailabilityReplicaCount = default, string secondaryType = default, Microsoft.Azure.Management.Sql.Models.Sku currentSku = default, int? autoPauseDelay = default, string currentBackupStorageRedundancy = default, string requestedBackupStorageRedundancy = default, double? minCapacity = default, DateTime? pausedDate = default, DateTime? resumedDate = default, string maintenanceConfigurationId = default, bool? isLedgerOn = default, bool? isInfraEncryptionEnabled = default, Guid? federatedClientId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Sql.Models.DatabaseUpdate : Microsoft.Azure.Management.Sql.Models.Sku * Microsoft.Azure.Management.Sql.Models.DatabaseIdentity * string * string * Nullable<int64> * string * string * string * string * Nullable<Guid> * Nullable<DateTime> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string * string * Nullable<bool> * string * Nullable<int64> * Nullable<DateTime> * string * Nullable<int> * string * Microsoft.Azure.Management.Sql.Models.Sku * Nullable<int> * string * string * Nullable<double> * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<bool> * Nullable<bool> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Sql.Models.DatabaseUpdate
Public Sub New (Optional sku As Sku = Nothing, Optional identity As DatabaseIdentity = Nothing, Optional createMode As String = Nothing, Optional collation As String = Nothing, Optional maxSizeBytes As Nullable(Of Long) = Nothing, Optional sampleName As String = Nothing, Optional elasticPoolId As String = Nothing, Optional sourceDatabaseId As String = Nothing, Optional status As String = Nothing, Optional databaseId As Nullable(Of Guid) = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional currentServiceObjectiveName As String = Nothing, Optional requestedServiceObjectiveName As String = Nothing, Optional defaultSecondaryLocation As String = Nothing, Optional failoverGroupId As String = Nothing, Optional restorePointInTime As Nullable(Of DateTime) = Nothing, Optional sourceDatabaseDeletionDate As Nullable(Of DateTime) = Nothing, Optional recoveryServicesRecoveryPointId As String = Nothing, Optional longTermRetentionBackupResourceId As String = Nothing, Optional recoverableDatabaseId As String = Nothing, Optional restorableDroppedDatabaseId As String = Nothing, Optional catalogCollation As String = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional licenseType As String = Nothing, Optional maxLogSizeBytes As Nullable(Of Long) = Nothing, Optional earliestRestoreDate As Nullable(Of DateTime) = Nothing, Optional readScale As String = Nothing, Optional highAvailabilityReplicaCount As Nullable(Of Integer) = Nothing, Optional secondaryType As String = Nothing, Optional currentSku As Sku = Nothing, Optional autoPauseDelay As Nullable(Of Integer) = Nothing, Optional currentBackupStorageRedundancy As String = Nothing, Optional requestedBackupStorageRedundancy As String = Nothing, Optional minCapacity As Nullable(Of Double) = Nothing, Optional pausedDate As Nullable(Of DateTime) = Nothing, Optional resumedDate As Nullable(Of DateTime) = Nothing, Optional maintenanceConfigurationId As String = Nothing, Optional isLedgerOn As Nullable(Of Boolean) = Nothing, Optional isInfraEncryptionEnabled As Nullable(Of Boolean) = Nothing, Optional federatedClientId As Nullable(Of Guid) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
パラメーター
- sku
- Sku
SKU の名前と層。
- identity
- DatabaseIdentity
データベース ID
- createMode
- String
データベースの作成モードを指定します。
Default: regular database creation.
Copy: creates a database as a copy of an existing database.
sourceDatabaseId must be specified as the resource ID of the source
database.
Secondary: creates a database as a secondary replica of an existing
database. sourceDatabaseId must be specified as the resource ID of
the existing primary database.
PointInTimeRestore: Creates a database by restoring a point in time
backup of an existing database. sourceDatabaseId must be specified
as the resource ID of the existing database, and restorePointInTime
must be specified.
Recovery: Creates a database by restoring a geo-replicated backup.
sourceDatabaseId must be specified as the recoverable database
resource ID to restore.
Restore: Creates a database by restoring a backup of a deleted
database. sourceDatabaseId must be specified. If sourceDatabaseId
is the database's original resource ID, then
sourceDatabaseDeletionDate must be specified. Otherwise
sourceDatabaseId must be the restorable dropped database resource
ID and sourceDatabaseDeletionDate is ignored. restorePointInTime
may also be specified to restore from an earlier point in time.
RestoreLongTermRetentionBackup: Creates a database by restoring
from a long term retention vault.
recoveryServicesRecoveryPointResourceId must be specified as the
recovery point resource ID.
Copy, Secondary, and RestoreLongTermRetentionBackup are not
supported for DataWarehouse edition. Possible values include:
'Default', 'Copy', 'Secondary', 'PointInTimeRestore', 'Restore',
'Recovery', 'RestoreExternalBackup',
'RestoreExternalBackupSecondary', 'RestoreLongTermRetentionBackup',
'OnlineSecondary'
- collation
- String
データベースの照合順序。
- sampleName
- String
このデータベースの作成時に適用するサンプル スキーマの名前。 使用できる値は、'AdventureWorksLT'、'WideWorldImportersStd'、'WideWorldImportersFull' です。
- elasticPoolId
- String
このデータベースを含むエラスティック プールのリソース識別子。
- sourceDatabaseId
- String
このデータベースの作成操作に関連付けられているソース データベースのリソース識別子。
- status
- String
データベースの状態。 使用可能な値は、'Online'、'Restoring'、'RecoveryPending'、'Recovery'、'Suspect'、'Offline'、 'Standby'、'Shutdown'、'EmergencyMode'、'AutoClosed'、'Copying'、'Creating'、'Inaccessible'、'OfflineSecondary'、'Pausesing'、'Resuming'、'Scaling'、'OfflineChangingDwPerformanceTiers'、'OnlineChangingDwPerformanceTiers'、'Disabled'、'Stopping'、'Stopped'、'Starting'
- currentServiceObjectiveName
- String
データベースの現在のサービス レベル目標名。
- requestedServiceObjectiveName
- String
データベースの要求されたサービス レベル目標名。
- defaultSecondaryLocation
- String
このデータベースの既定のセカンダリ リージョン。
- failoverGroupId
- String
このデータベースが属しているフェールオーバー グループ リソース識別子。
- recoveryServicesRecoveryPointId
- String
このデータベースの作成操作に関連付けられている復旧ポイントのリソース識別子。
- longTermRetentionBackupResourceId
- String
このデータベースの作成操作に関連付けられている長期保有バックアップのリソース識別子。
- recoverableDatabaseId
- String
このデータベースの作成操作に関連付けられている回復可能なデータベースのリソース識別子。
- restorableDroppedDatabaseId
- String
このデータベースの作成操作に関連付けられている復元可能な削除されたデータベースのリソース識別子。
- catalogCollation
- String
メタデータ カタログの照合順序。 使用可能な値は、'DATABASE_DEFAULT'、'SQL_Latin1_General_CP1_CI_AS' です。
- licenseType
- String
このデータベースに適用するライセンスの種類。 LicenseIncluded
ライセンスが必要な場合、またはBasePrice
ライセンスを持っていて、Azure ハイブリッド特典の資格がある場合は 。 使用可能な値は、'LicenseIncluded'、'BasePrice' です。
- readScale
- String
読み取り専用ルーティングの状態。 有効にすると、アプリケーションインテントが接続文字列で読み取り専用に設定されている接続は、同じリージョン内の読み取り専用セカンダリ レプリカにルーティングされる可能性があります。 エラスティック プール内の Hyperscale データベースには適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
高可用性を提供するために使用されるデータベースに関連付けられているセカンダリ レプリカの数。 エラスティック プール内の Hyperscale データベースには適用されません。
- secondaryType
- String
データベースがセカンダリの場合は、セカンダリ型。 有効な値は Geo と Named です。 使用できる値は、'Geo'、'Named' です。
- currentSku
- Sku
SKU の名前と層。
- currentBackupStorageRedundancy
- String
このデータベースのバックアップを格納するために使用されるストレージ アカウントの種類。 指定できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。
- requestedBackupStorageRedundancy
- String
このデータベースのバックアップを格納するために使用するストレージ アカウントの種類。 指定できる値は、'Geo'、'Local'、'Zone'、'GeoZone' です。
ユーザー構成またはアクション (ISO8601 形式) によってデータベースが一時停止された日付。 データベースの準備ができた場合は Null。
ユーザー アクションまたはデータベース ログイン (ISO8601 形式) によってデータベースが再開された日付。 データベースが一時停止されている場合は Null。
- maintenanceConfigurationId
- String
データベースに割り当てられたメンテナンス構成 ID。 この構成では、メンテナンス更新が発生する期間を定義します。
このデータベースが台帳データベースかどうか。つまり、データベース内のすべてのテーブルが台帳テーブルであることを意味します。 注: このプロパティの値は、データベースが作成された後は変更できません。
- tags
- IDictionary<String,String>
リソース タグ。
適用対象
Azure SDK for .NET