次の方法で共有


SyncGroupResource.GetLogs メソッド

定義

同期グループ ログのコレクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}/logs
  • 操作IdSyncGroups_ListLogs
public virtual Azure.Pageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties> GetLogs (string startTime, string endTime, Azure.ResourceManager.Sql.Models.SyncGroupLogType type, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogs : string * string * Azure.ResourceManager.Sql.Models.SyncGroupLogType * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties>
override this.GetLogs : string * string * Azure.ResourceManager.Sql.Models.SyncGroupLogType * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.Models.SyncGroupLogProperties>
Public Overridable Function GetLogs (startTime As String, endTime As String, type As SyncGroupLogType, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SyncGroupLogProperties)

パラメーター

startTime
String

この時刻より後に生成されたログを取得します。

endTime
String

この前に生成されたログを取得します。

type
SyncGroupLogType

取得するログの種類。

continuationToken
String

この操作の継続トークン。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SyncGroupLogProperties サービス要求を受け取る可能性がある のコレクション。

例外

startTime または endTime が null です。

適用対象