GetServiceBackupConfigurationInfoResponse type
getServiceBackupConfigurationInfo 操作の応答データを格納します。
type GetServiceBackupConfigurationInfoResponse =
PagedBackupConfigurationInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedBackupConfigurationInfoList
}
}