ReadOnlyFollowingDatabase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
読み取り専用の次のデータベースを表す クラス。
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ReadOnlyFollowing")]
public class ReadOnlyFollowingDatabase : Microsoft.Azure.Management.Kusto.Models.Database
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ReadOnlyFollowing")>]
type ReadOnlyFollowingDatabase = class
inherit Database
Public Class ReadOnlyFollowingDatabase
Inherits Database
- 継承
- 属性
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
コンストラクター
ReadOnlyFollowingDatabase() |
ReadOnlyFollowingDatabase クラスの新しいインスタンスを初期化します。 |
ReadOnlyFollowingDatabase(String, String, String, String, String, Nullable<TimeSpan>, Nullable<TimeSpan>, DatabaseStatistics, String, String, String) |
ReadOnlyFollowingDatabase クラスの新しいインスタンスを初期化します。 |
プロパティ
AttachedDatabaseConfigurationName |
アタッチされたデータベース構成クラスターの名前を取得します |
HotCachePeriod |
TimeSpan で高速クエリを実行するためにデータをキャッシュに保持する時間を取得または設定します。 |
Id |
リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (継承元 Resource) |
LeaderClusterResourceId |
リーダー クラスターの名前を取得します |
Location |
リソースの場所を取得または設定します。 (継承元 Database) |
Name |
リソースの名前を取得します (継承元 Resource) |
PrincipalsModificationKind |
データベースのプリンシパル変更の種類を取得します。 使用できる値は、'Union'、'Replace'、'None' です。 |
ProvisioningState |
リソースのプロビジョニングされた状態を取得します。 使用可能な値には、'Running'、'Creating'、'Removeing'、'Succeeded'、'Failed'、'Moving' などがあります。 |
SoftDeletePeriod |
TimeSpan のクエリへのアクセスを停止する前にデータを保持する必要がある時間を取得します。 |
Statistics |
データベースの統計を取得します。 |
Type |
リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" (継承元 Resource) |
適用対象
Azure SDK for .NET