次の方法で共有


ISqlSyncGroupLogProperty インターフェイス

定義

Azure SQL サーバー同期グループの不変のクライアント側表現。

public interface ISqlSyncGroupLogProperty : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogProperties>
type ISqlSyncGroupLogProperty = interface
    interface IBeta
    interface IHasInner<SyncGroupLogProperties>
Public Interface ISqlSyncGroupLogProperty
Implements IBeta, IHasInner(Of SyncGroupLogProperties)
実装

プロパティ

Details

同期グループ ログの詳細を取得します。

Inner

Azure SQL サーバー同期グループの不変のクライアント側表現。

(継承元 IHasInner<T>)
OperationStatus

同期グループ ログの操作状態を取得します。

Source

同期グループ ログのソースを取得します。

Timestamp

同期グループ ログのタイムスタンプを取得します。

TracingId

同期グループ ログのトレース ID を取得します。

Type

同期グループ ログの種類を取得します。

適用対象